Ordinal 属性

Gets or sets the ordinal number representing the position for binding within a collection.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property Ordinal As Integer
    Get
    Set
用法
Dim instance As AttributeBinding
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 that represents the ordinal number within a collection to bind to.