共用方式為


Restrictions 元素 (XMLA)

包含 Discover 方法所使用的限制資料行和資料。

語法

<Discover>
...
   <Restrictions>
      <RestrictionList>...</RestrictionList>
   </Restrictions>
...
</Discover>

元素特性

特性

說明

資料類型和長度

預設值

基數

1-1:只出現一次的必要元素。

元素關聯性

關聯性

元素

父元素

Discover

子元素

RestrictionList

備註

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>

請參閱

概念

屬性 (XMLA)