Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: System.Int32
An Integer that contains the ordinal position of the Position.
Remarks
This property returns the ordinal position of the Position within a PositionCollection, referenced from an Axis by using the Positions property.