ServerGroupCollection-Klasse

The ServerGroupCollection class represents a collection of ServerGroup objects that represent all the server groups that are defined on the parent object.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntax

'Declaration
Public NotInheritable Class ServerGroupCollection _
    Inherits SfcCollatedDictionaryCollection(Of ServerGroup, ServerGroup..::..Key, ServerGroupParent)
'Usage
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>

Hinweise

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.

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Vererbungshierarchie

System. . :: . .Object
  SfcCollection< (Of < ( <'ServerGroup, ServerGroup. . :: . .Key, ServerGroupParent> ) > ) >
    SfcCollatedDictionaryCollection< (Of < ( <'ServerGroup, ServerGroup. . :: . .Key, ServerGroupParent> ) > ) >
      Microsoft.SqlServer.Management.RegisteredServers..::..ServerGroupCollection

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.