다음을 통해 공유


Ordinal 속성

Gets or sets the ordinal number of the attribute that the data source binds to in the collection.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Property Ordinal As Integer
    Get
    Set
‘사용 방법
Dim instance As CubeAttributeBinding
Dim value As Integer

value = instance.Ordinal

instance.Ordinal = value
public int Ordinal { get; set; }
public:
property int Ordinal {
    int get ();
    void set (int value);
}
member Ordinal : int with get, set
function get Ordinal () : int
function set Ordinal (value : int)

속성 값

유형: System. . :: . .Int32
An integer value with the ordinal number of the attribute that the data source binds to in the collection.