Share via


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

'Declaration
Public Property Order As Integer 
    Get 
    Set
'Usage
Dim instance As ClientProtocol 
Dim value As Integer 

value = instance.Order

instance.Order = value
public int Order { get; set; }
public:
property int Order {
    int get ();
    void set (int value);
}
member Order : int with get, set
function get Order () : int 
function set Order (value : int)

Property Value

Type: System.Int32
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.

Examples

Managing Services and Network Settings by Using WMI Provider

See Also

Reference

ClientProtocol Class

Microsoft.SqlServer.Management.Smo.Wmi Namespace

Other Resources

WMI and SQL Server

Connecting to the SQL Server Database Engine