SqlServerType.IServerType.ServerGroupName 속성

서버 유형에 대한 서버 그룹 루트 노드의 이름을 가져옵니다.

네임스페이스:  Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리:  ConnectionDlg(ConnectionDlg.dll)

구문

‘선언
Private ReadOnly Property ServerGroupName As String 
    Implements IServerType.ServerGroupName 
    Get
‘사용 방법
Dim instance As SqlServerType 
Dim value As String 

value = CType(instance, IServerType).ServerGroupName
string IServerType.ServerGroupName { get; }
private:
virtual property String^ ServerGroupName {
    String^ get () sealed = IServerType::ServerGroupName::get;
}
private abstract ServerGroupName : string 
private override ServerGroupName : string
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

속성 값

유형: String
서버 그룹 루트 노드 이름을 지정하는 문자열입니다.

구현

IServerType.ServerGroupName

참고 항목

참조

SqlServerType 클래스

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스