Поделиться через


Restrictions Element (XMLA)

Contains restriction columns and data used by the Discover method.

Синтаксис

<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

Замечания

The Restrictions element represents restriction columns and data used to restrict the information retrieved by the Discover method.

Пример

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

См. также

Основные понятия

Properties (XMLA)

Справка и поддержка

Получение помощи по SQL Server 2005