Element ograniczeń (XMLA)
Zawiera ograniczeń kolumny i dane używane przez Odnajdowanie metoda.
<Discover>
...
<Restrictions>
<RestrictionList>...</RestrictionList>
</Restrictions>
...
</Discover>
Właściwości elementu
Charakterystyka |
Description |
---|---|
Typ danych i długość |
None |
Wartość domyślna |
None |
Relacja |
1-1: Wymaganego elementu, który występuje tylko raz i tylko raz. |
Relacje elementu
Relacja |
Element |
---|---|
Elementy nadrzędne |
|
Elementy podrzędność |
Remarks
The Restrictions element represents restriction columns and data used to restrict the information retrieved by the Discover metoda.
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>