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 数据库引擎