RSType.ServerGroupName 속성

Gets the name of the root node type for the server group.

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

구문

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

value = instance.ServerGroupName
public string ServerGroupName { get; }
public:
virtual property String^ ServerGroupName {
    String^ get () sealed;
}
abstract ServerGroupName : string 
override ServerGroupName : string
final function get ServerGroupName () : String

속성 값

유형: System.String
The name of the server group.

구현

IServerType.ServerGroupName

참고 항목

참조

RSType 클래스

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