ServerGroupCollection クラス
ServerGroupCollection クラスは、親オブジェクトで定義されたすべてのサーバー グループを表す ServerGroup オブジェクトのコレクションを表します。
名前空間: Microsoft.SqlServer.Management.RegisteredServers
アセンブリ: Microsoft.SqlServer.Management.RegisteredServers (Microsoft.SqlServer.Management.RegisteredServers.dll)
構文
'宣言
Public NotInheritable Class ServerGroupCollection _
Inherits SfcCollatedDictionaryCollection(Of ServerGroup, ServerGroup..::..Key, ServerGroupParent)
'使用
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>
説明
ServerGroupCollection オブジェクトは、一連の CHECK 制約にアクセスするために使用できます。Item()()()() プロパティを使用して、特定の ServerGroup オブジェクトを取得できます。
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。
継承階層
System. . :: . .Object
SfcCollection< (Of < ( <'ServerGroup, ServerGroup. . :: . .Key, ServerGroupParent> ) > ) >
SfcCollatedDictionaryCollection< (Of < ( <'ServerGroup, ServerGroup. . :: . .Key, ServerGroupParent> ) > ) >
Microsoft.SqlServer.Management.RegisteredServers..::..ServerGroupCollection
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。