Propriedade do RDL AttributeBinding.Ordinal
Gets or sets the ordinal number representing the position for binding within a collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System.Int32
An Integer that represents the ordinal number within a collection to bind to.