RegisteredServerCollection Clase
The RegisteredServerCollection class represents a collection of RegisteredServer objects that represent all the registered servers that are defined on the parent object.
Espacio de nombres: Microsoft.SqlServer.Management.RegisteredServers
Ensamblado: Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxis
'Declaración
Public NotInheritable Class RegisteredServerCollection _
Inherits SfcCollatedDictionaryCollection(Of RegisteredServer, RegisteredServer..::..Key, ServerGroup)
'Uso
Dim instance As RegisteredServerCollection
public sealed class RegisteredServerCollection : SfcCollatedDictionaryCollection<RegisteredServer, RegisteredServer..::..Key, ServerGroup>
public ref class RegisteredServerCollection sealed : public SfcCollatedDictionaryCollection<RegisteredServer^, RegisteredServer..::..Key^, ServerGroup^>
[<SealedAttribute>]
type RegisteredServerCollection =
class
inherit SfcCollatedDictionaryCollection<RegisteredServer, RegisteredServer..::..Key, ServerGroup>
end
public final class RegisteredServerCollection extends SfcCollatedDictionaryCollection<RegisteredServer, RegisteredServer..::..Key, ServerGroup>
Notas
A RegisteredServerCollection object can be used to gain access to a set of check constraints. You can use the Item()()()() property to return a specific RegisteredServer object.
Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.
Jerarquía de herencia
System. . :: . .Object
SfcCollection< (Of < ( <'RegisteredServer, RegisteredServer. . :: . .Key, ServerGroup> ) > ) >
SfcCollatedDictionaryCollection< (Of < ( <'RegisteredServer, RegisteredServer. . :: . .Key, ServerGroup> ) > ) >
Microsoft.SqlServer.Management.RegisteredServers..::..RegisteredServerCollection
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.