Share via


IServerType.ServerGroupName Property

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
ReadOnly Property ServerGroupName As String 
    Get
'Usage
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

Property Value

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

See Also

Reference

IServerType Interface

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace