Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
Espacio de nombres Microsoft.SqlServer.Management.Smo.Wmi