PropertyOrderAttribute Constructor (Int32)

 

Applies To: SQL Server (starting with 2016)

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

Syntax

public PropertyOrderAttribute(
    int order
)
public:
PropertyOrderAttribute(
    int order
)
new : 
        order:int -> PropertyOrderAttribute
Public Sub New (
    order As Integer
)

Parameters

See Also

PropertyOrderAttribute Class
Microsoft.AnalysisServices Namespace

Return to top