Compartir a través de


AttributeBinding.Ordinal Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property Ordinal As Integer 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Int32
An Integer that represents the ordinal number within a collection to bind to.

Vea también

Referencia

AttributeBinding Clase

Espacio de nombres Microsoft.AnalysisServices