Freigeben über


PropertyOrderAttribute-Konstruktor

Initializes a new instance of the PropertyOrderAttribute class. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

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

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

Parameter

Siehe auch

Verweis

PropertyOrderAttribute Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace