PropertyOrderAttribute Constructor

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

Syntax

'Declaration
Public Sub New ( _
    order As Integer _
)
'Usage
Dim order As Integer 

Dim instance As New PropertyOrderAttribute(order)
public PropertyOrderAttribute(
    int order
)
public:
PropertyOrderAttribute(
    int order
)
new : 
        order:int -> PropertyOrderAttribute
public function PropertyOrderAttribute(
    order : int
)

Parameters

See Also

Reference

PropertyOrderAttribute Class

Microsoft.AnalysisServices Namespace