Proprietà CentralManagementServerGroupName
Gets the name of the central management server group.
Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property CentralManagementServerGroupName As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A String value that contains the name of the central management server group.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche