PropertyOrderAttribute.Order Property
Gets the order position. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property Order As Integer
Get
'Usage
Dim instance As PropertyOrderAttribute
Dim value As Integer
value = instance.Order
public int Order { get; }
public:
property int Order {
int get ();
}
member Order : int
function get Order () : int
Property Value
Type: System.Int32
The order position.