Поделиться через


Свойство Ordinal

Gets the ordinal position of the Position.

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public ReadOnly Property Ordinal As Integer
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .Int32
An Integer that contains the ordinal position of the Position.

Замечания

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