Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the ordinal number representing the position for binding within a collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Ordinal As Integer
Get
Set
'Usage
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)
Property Value
Type: System.Int32
An Integer that represents the ordinal number within a collection to bind to.