Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.