Поделиться через


Свойство ClientProtocol.Order

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

Пространство имен:  Microsoft.SqlServer.Management.Smo.Wmi
Сборка:  Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)

Синтаксис

'Декларация
Public Property Order As Integer 
    Get 
    Set
'Применение
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)

Значение свойства

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

Замечания

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

Примеры

Управление службами и сетевыми настройками с помощью поставщика WMI

См. также

Справочник

ClientProtocol Класс

Пространство имен Microsoft.SqlServer.Management.Smo.Wmi

Другие ресурсы

WMI and SQL Server

Соединение с компонентом SQL Server Database Engine