CubeAttributeBinding.Ordinal Property

 

Applies To: SQL Server 2016 Preview

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

[DefaultValueAttribute(0)]
public int Ordinal { get; set; }
public:
[DefaultValueAttribute(0)]
property int Ordinal {
    int get();
    void set(int value);
}
[<DefaultValueAttribute(0)>]
member Ordinal : int with get, set
<DefaultValueAttribute(0)>
Public Property Ordinal As Integer

Property Value

Type: System.Int32

An integer value with the ordinal number of the attribute that the data source binds to in the collection.

See Also

CubeAttributeBinding Class
Microsoft.AnalysisServices Namespace

Return to top