適用対象: ✅Microsoft Fabric
テーブルの ミラーポリシーを表示します。
構文
              .show
              table
              TableNamepolicymirroring
構文規則について詳しく知る。
パラメーター
| 件名 | タイプ | Required | 説明 | 
|---|---|---|---|
| TableName | string | ✔️ | ポリシーの詳細を表示するテーブルの名前。 | 
返品
ポリシーの JSON 表現を返します。
例
次の例では、 myTable テーブル ミラーリング ポリシーに関する情報を要求します。
.show table myTable policy mirroring 
出力
| PolicyName | EntityName | ポリシー | ChildEntities | EntityType | 
|---|---|---|---|---|
| MirroringPolicy | [a9c1234-b1c2-34d9-a9c1-b23c45d3e2fg3]。[MyTable] | {"ConnectionStrings": ["https://example.microsoft.com/aaaabbbb-0000-cccc/66aa66aa-bb77-cc88-dd99-00ee00ee00ee/Tables/myTable/;******"], "Format": "parquet", "IsEnabled": true,"Partitions": null, "PathFormat": null, "Backfill": false, | ||
| "EffectiveDateTime": null, "TargetLatencyInMinutes": 180} | テーブル |