Restrictions 要素 (XMLA)
Discover メソッドによって使用される制限列とデータを含みます。
構文
<Discover>
...
<Restrictions>
<RestrictionList>...</RestrictionList>
</Restrictions>
...
</Discover>
要素の特性
特性 |
説明 |
---|---|
データ型と長さ |
なし |
既定値 |
なし |
カーディナリティ |
1-1 : 必須要素で、1 回だけ出現します |
説明
Restrictions 要素は、Discover メソッドによって取得される情報を制限するために使用する制限列とデータを表します。
使用例
<Discover xmlns="urn:schemas-microsoft-com:xml-analysis">
<RequestType>DISCOVER_PROPERTIES</RequestType>
<Restrictions>
<RestrictionList xmlns="urn:schemas-microsoft-com:xml-analysis">
<PropertyName>Catalog</PropertyName>
</RestrictionList>
</Restrictions>
<Properties />
</Discover>