IServerType.ServerGroupName 속성

Gets the name of the server group root node for the server type. Used in the Registered Servers user interface.

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

구문

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

value = instance.ServerGroupName
string ServerGroupName { get; }
property String^ ServerGroupName {
    String^ get ();
}
abstract ServerGroupName : string
function get ServerGroupName () : String

속성 값

유형: System.String
A [T.System.String] value that specifies the server group root node name.

참고 항목

참조

IServerType 인터페이스

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