Partager via


Propriété SqlServerRegistrations.RegisteredServers

Gets a collection of registered servers.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Shared ReadOnly Property RegisteredServers As RegisteredServerCollection 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

SqlServerRegistrations Classe

Espace de noms Microsoft.SqlServer.Management.Smo