SqlServerType.IServerType.ServerGroupName Property
Gets the name of the server group root node for the server type.
Namespace: Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly: ConnectionDlg (in ConnectionDlg.dll)
Syntax
'Declaration
Private ReadOnly Property ServerGroupName As String
Implements IServerType.ServerGroupName
Get
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.String
A string that specifies the server group root node name.