Compartir a través de


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.

Espacio de nombres: Microsoft.SqlServer.Management.Smo.Wmi
Ensamblado: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

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

Notas

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

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Ejemplo

How to: Stop and Restart the Microsoft SQL Server Service to the Instance of SQL Server in Visual Basic .NET

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

ClientProtocol Class
ClientProtocol Members
Microsoft.SqlServer.Management.Smo.Wmi Namespace

Otros recursos

Managing Services and Network Settings by Using WMI Provider
WMI and SQL Server
Conectar al Motor de base de datos de SQL Server