RegisteredServersStore.CentralManagementServersDisplayName Property

Gets the display 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 Shared ReadOnly Property CentralManagementServersDisplayName As String 
    Get
'Usage
Dim value As String 

value = RegisteredServersStore.CentralManagementServersDisplayName
public static string CentralManagementServersDisplayName { get; }
public:
static property String^ CentralManagementServersDisplayName {
    String^ get ();
}
static member CentralManagementServersDisplayName : string
static function get CentralManagementServersDisplayName () : String

Property Value

Type: System.String
A String value that contains the display 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.

See Also

Reference

RegisteredServersStore Class

Microsoft.SqlServer.Management.RegisteredServers Namespace