Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The msxmla:NormTupleSet type provides an optimized format for a TupleSet. This format is used when the DbpropMsmdOptimizeResponse property is appropriately set (see section 3.1.4.2.2.1.2.1).
-
<xsd:element name="NormTupleSet"> <xsd:complexType> <xsd:sequence> <xsd:element name="NormTuples" type="msxmla:NormTuplesType" minOccurs="1" maxOccurs="1"/> <xsd:element name="MembersLookup" minOccurs="1" maxOccurs="1"> <xsd:complexType> <xsd:sequence> <xsd:element ref="xmla-ds:Members" minOccurs="1" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:complexType name="NormTuplesType"> <xsd:sequence> <xsd:element name="NormTuple" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:sequence> <xsd:element name="MemberRef" minOccurs="0" maxOccurs="unbounded"> <xsd:complexType> <xsd:sequence> <xsd:element name="MemberOrdinal" type="xsd:int" minOccurs="1" maxOccurs="1"/> <xsd:element name="MemberDispInfo" type="xsd:int" minOccurs="0" maxOccurs="1"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType>
|
Element |
Description |
|---|---|
|
MemberOrdinal |
An integer value that specifies the ordinal number of the member in the tuple set. |
|
MemberDispInfo |
An integer value that represents the display information of the member in the tuple. |