Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Discover operation is used to find information about the server. For more information about the messaging protocol for Discover operations, see [MS-SSAS] section 3.1.4.2.
The Tabular Metadata Discover requests extend the types of objects that can be discovered to support objects that describe the Tabular Metadata.
The rowset type that is returned by all the Tabular Metadata Discover operation inherits from the rowset type that is defined in [MS-SSAS] section 2.2.4.1.3 as follows.
-
<xs:element name="root" type="TabularDiscoverRowsetType" /> <xs:complexType name="TabularDiscoverRowsetType"> <xs:complexContent> <xs:extension base="xmla-rs:rowset"> <xs:attribute name="name" type="xs:string" /> </xs:extension> </xs:complexContent> </xs:complexType>
These schemas add to the set of schemas documented in [MS-SSAS] section 3.1.4.2.2.1.3.
For further information about restrictions as they apply to Discover request types, see [MS-SSAS] section 3.1.4.2.2.1.3.