Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the order in which the referenced protocol is listed and applied in relation to the other currently supported protocols.
Espace de noms : Microsoft.SqlServer.Management.Smo.Wmi
Assembly : Microsoft.SqlServer.SqlWmiManagement (en Microsoft.SqlServer.SqlWmiManagement.dll)
Syntaxe
'Déclaration
Public Property Order As Integer
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Int32
An Int32 value that specifies the order of the referenced protocol in the list of currently supported protocols.
Notes
The currently supported protocols can be accessed using the ClientProtocolCollection object.
Exemples
Gestion des services et des paramètres réseau à l'aide du fournisseur WMI
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo.Wmi