Compartir a través de


Position.Ordinal Property

Gets the ordinal position of the Position.

Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Sintaxis

'Declaración
Public ReadOnly Property Ordinal As Integer
public int Ordinal { get; }
public:
property int Ordinal {
    int get ();
}
/** @property */
public int get_Ordinal ()
public function get Ordinal () : int

Valor de propiedad

An Integer that contains the ordinal position of the Position.

Notas

This property returns the ordinal position of the Position within a PositionCollection, referenced from an Axis by using the Positions 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

Position Class
Position Members
Microsoft.AnalysisServices.AdomdClient Namespace