Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the string value of the server group.
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 OlapServerType
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 represents the server group name.