หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Contains restriction columns and data used by the Discover method.
Syntax
<Discover>
...
<Restrictions>
<RestrictionList>...</RestrictionList>
</Restrictions>
...
</Discover>
Element characteristics
| Characteristic | Description |
|---|---|
| Data type and length | None |
| Default value | None |
| Cardinality | 1-1: Required element that occurs once and only once. |
Element relationships
| Relationship | Element |
|---|---|
| Parent elements | Discover |
| Child elements | RestrictionList |
Remarks
The Restrictions element represents restriction columns and data used to restrict the information retrieved by the Discover method.
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>