Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Gets the ordinal position of the Position.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public ReadOnly Property Ordinal As Integer
Get
'Uso
Dim instance As Position
Dim value As Integer
value = instance.Ordinal
public int Ordinal { get; }
public:
property int Ordinal {
int get ();
}
member Ordinal : int
function get Ordinal () : int
Valor de la propiedad
Tipo: System.Int32
An Integer that contains the ordinal position of the Position.
Comentarios
This property returns the ordinal position of the Position within a PositionCollection, referenced from an Axis by using the Positions property.