Freigeben über


Tuple.TupleOrdinal-Eigenschaft

Gets the ordinal position of the Tuple.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property TupleOrdinal As Integer 
    Get
'Usage
Dim instance As Tuple 
Dim value As Integer 

value = instance.TupleOrdinal
public int TupleOrdinal { get; }
public:
property int TupleOrdinal {
    int get ();
}
member TupleOrdinal : int
function get TupleOrdinal () : int

Eigenschaftswert

Typ: System.Int32
An Integer that contains the ordinal position of the Tuple.

Hinweise

This property returns the ordinal position of the Tuple within a TupleCollection, referenced from a Set by using the Tuples property.

Siehe auch

Verweis

Tuple Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace