Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the ordinal number of the attribute that the data source binds to in the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Ordinal As Integer
Get
Set
'Usage
Dim instance As CubeAttributeBinding
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 value with the ordinal number of the attribute that the data source binds to in the collection.