Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.