Compartir a través de


ClientProtocol.Order Propiedad

Gets or sets the order in which the referenced protocol is listed and applied in relation to the other currently supported protocols.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado:  Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)

Sintaxis

'Declaración
Public Property Order As Integer 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Int32
An Int32 value that specifies the order of the referenced protocol in the list of currently supported protocols.

Comentarios

The currently supported protocols can be accessed using the ClientProtocolCollection object.

Ejemplos

Administrar servicios y configuración de red utilizando el proveedor WMI

Vea también

Referencia

ClientProtocol Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Wmi

Otros recursos

WMI and SQL Server

Conectar al Motor de base de datos de SQL Server