Propriété AttributeBinding.Ordinal
Gets or sets the ordinal number representing the position for binding within a collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property Ordinal As Integer
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Int32
An Integer that represents the ordinal number within a collection to bind to.