RegisteredServersStore.CentralManagementServerGroupName Property
Gets the name of the central management server group.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public ReadOnly Property CentralManagementServerGroupName As String
Get
'Usage
Dim instance As RegisteredServersStore
Dim value As String
value = instance.CentralManagementServerGroupName
public string CentralManagementServerGroupName { get; }
public:
property String^ CentralManagementServerGroupName {
String^ get ();
}
member CentralManagementServerGroupName : string
function get CentralManagementServerGroupName () : String
Property Value
Type: System.String
A String value that contains the name of the central management server group.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.