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.