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 name of the server group root node for the server type. Used in the Registered Servers user interface.
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 DtsServerType
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 value that specifies the server group root node name.