共用方式為


CubeAttributeBinding.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.

請參閱

參考

CubeAttributeBinding 類別

Microsoft.AnalysisServices 命名空間