ServerAlias.ProtocolName 속성

정의

서버 연결 별칭에서 사용하는 프로토콜의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ ProtocolName { System::String ^ get(); void set(System::String ^ value); };
public string ProtocolName { get; set; }
member this.ProtocolName : string with get, set
Public Property ProtocolName As String

속성 값

서버 연결 별칭에서 사용하는 프로토콜의 이름을 지정하는 String 값입니다.

예제

WMI 공급자를 사용하여 서비스 및 네트워크 설정 관리

적용 대상