Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.