Tuple.TupleOrdinal Property
Gets the ordinal position of the Tuple.
Espace de noms: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TupleOrdinal As Integer
public int TupleOrdinal { get; }
public:
property int TupleOrdinal {
int get ();
}
/** @property */
public int get_TupleOrdinal ()
public function get TupleOrdinal () : int
Valeur de propriété
An Integer that contains the ordinal position of the Tuple.
Notes
This property returns the ordinal position of the Tuple within a TupleCollection, referenced from a Set by using the Tuples property.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
Tuple Class
Tuple Members
Microsoft.AnalysisServices.AdomdServer Namespace