共用方式為


Restrictions 元素 (XMLA)

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

Syntax

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

元素特性

特性 描述
資料類型和長度 None
預設值 None
基數 1-1:只出現一次的必要元素。

元素關聯性

關聯性 元素
父元素 探索
子元素 RestrictionList

備註

限制專案代表限制資料行和資料,用來限制探索方法所抓取的資訊。

範例

<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>