Partager via


Propriété Ordinal

Gets the ordinal position of the Position.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Ordinal As Integer
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .Int32
An Integer that contains the ordinal position of the Position.

Notes

This property returns the ordinal position of the Position within a PositionCollection, referenced from an Axis by using the Positions property.