Condividi tramite


Proprietà SqlServerRegistrations.RegisteredServers

Gets a collection of registered servers.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property RegisteredServers As RegisteredServerCollection 
    Get
'Utilizzo
Dim value As RegisteredServerCollection 

value = SqlServerRegistrations.RegisteredServers
public static RegisteredServerCollection RegisteredServers { get; }
public:
static property RegisteredServerCollection^ RegisteredServers {
    RegisteredServerCollection^ get ();
}
static member RegisteredServers : RegisteredServerCollection
static function get RegisteredServers () : RegisteredServerCollection

Valore proprietà

Tipo: Microsoft.SqlServer.Management.Smo.RegisteredServers.RegisteredServerCollection
The collection of registered servers.

Vedere anche

Riferimento

SqlServerRegistrations Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo