PropertyOrderAttribute.Order Property

 

Applies To: SQL Server (starting with 2016)

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public int Order { get; }
public:
property int Order {
    int get();
}
member Order : int with get
Public ReadOnly Property Order As Integer

Property Value

Type: System.Int32

See Also

PropertyOrderAttribute Class
Microsoft.AnalysisServices Namespace

Return to top