Freigeben über


Ordinal-Eigenschaft

Gets the ordinal position of the Position.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
Public ReadOnly Property Ordinal As Integer
    Get
'Usage
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

Eigenschaftswert

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

Hinweise

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