共用方式為


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.