Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets the ordinal position of the Tuple.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (in msmgdsrv.dll)
Sintaxis
'Declaración
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
Valor de propiedad
An Integer that contains the ordinal position of the Tuple.
Notas
This property returns the ordinal position of the Tuple within a TupleCollection, referenced from a Set by using the Tuples property.
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
Tuple Class
Tuple Members
Microsoft.AnalysisServices.AdomdServer Namespace