ClientProtocol.Order Property
Gets or sets the order in which the referenced protocol is listed and applied in relation to the other currently supported protocols.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (in microsoft.sqlserver.sqlwmimanagement.dll)
Syntax
'Deklaracja
Public Property Order As Integer
public int Order { get; set; }
public:
property int Order {
int get ();
void set (int value);
}
/** @property */
public int get_Order ()
/** @property */
public void set_Order (int value)
public function get Order () : int
public function set Order (value : int)
Property Value
An Int32 value that specifies the order of the referenced protocol in the list of currently supported protocols.
Remarks
The currently supported protocols can be accessed using the ClientProtocolCollection object.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also