Kısıtlamalar öğesi (XMLA)
Kısıtlama sütunları ve verileri tarafından kullanılan Keşfedin yöntem.
<Discover>
...
<Restrictions>
<RestrictionList>...</RestrictionList>
</Restrictions>
...
</Discover>
Öğe özellikleri
Özellik |
Açıklama |
---|---|
Veri türü ve uzunluğu |
None |
Varsayılan değer |
None |
Önem düzeyi |
1-1: Bir kez ve yalnızca bir kez oluşan gereken öğe. |
Remarks
The Restrictions element represents restriction columns and data used to restrict the information retrieved by the Discover yöntem.
Example
<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>