다음을 통해 공유


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 데이터베이스 엔진에 연결