Restrictions 元素 (XMLA)
包含 Discover 方法所使用的限制資料行和資料。
語法
<Discover>
...
<Restrictions>
<RestrictionList>...</RestrictionList>
</Restrictions>
...
</Discover>
元素特性
特性 |
描述 |
---|---|
資料類型和長度 |
無 |
預設值 |
無 |
基數 |
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>