Classe ServerGroupCollection
The ServerGroupCollection class represents a collection of ServerGroup objects that represent all the server groups that are defined on the parent object.
Espace de noms : Microsoft.SqlServer.Management.RegisteredServers
Assembly : Microsoft.SqlServer.Management.RegisteredServers (dans Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ServerGroupCollection _
Inherits SfcCollatedDictionaryCollection(Of ServerGroup, ServerGroup..::..Key, ServerGroupParent)
'Utilisation
Dim instance As ServerGroupCollection
public sealed class ServerGroupCollection : SfcCollatedDictionaryCollection<ServerGroup, ServerGroup..::..Key, ServerGroupParent>
public ref class ServerGroupCollection sealed : public SfcCollatedDictionaryCollection<ServerGroup^, ServerGroup..::..Key^, ServerGroupParent^>
[<SealedAttribute>]
type ServerGroupCollection =
class
inherit SfcCollatedDictionaryCollection<ServerGroup, ServerGroup..::..Key, ServerGroupParent>
end
public final class ServerGroupCollection extends SfcCollatedDictionaryCollection<ServerGroup, ServerGroup..::..Key, ServerGroupParent>
Notes
A ServerGroupCollection object can be used to gain access to a set of check constraints. You can use the Item()()()() property to return a specific ServerGroup object.
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Hiérarchie d'héritage
System. . :: . .Object
SfcCollection< (Of < ( <'ServerGroup, ServerGroup. . :: . .Key, ServerGroupParent> ) > ) >
SfcCollatedDictionaryCollection< (Of < ( <'ServerGroup, ServerGroup. . :: . .Key, ServerGroupParent> ) > ) >
Microsoft.SqlServer.Management.RegisteredServers..::..ServerGroupCollection
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.