Compartir a través de


Tuple.TupleOrdinal Propiedad

Gets the ordinal position of the Tuple.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
Public ReadOnly Property TupleOrdinal As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Comentarios

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

Vea también

Referencia

Tuple Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient