TargetServerGroupCollection クラス
TargetServerGroupCollection クラスは、SQL Server エージェントで定義されたすべての対象サーバー グループを表す TargetServerGroup オブジェクトのコレクションです。
名前空間: Microsoft.SqlServer.Management.Smo.Agent
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public NotInheritable Class TargetServerGroupCollection _
Inherits SimpleObjectCollectionBase
'使用
Dim instance As TargetServerGroupCollection
public sealed class TargetServerGroupCollection : SimpleObjectCollectionBase
public ref class TargetServerGroupCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type TargetServerGroupCollection =
class
inherit SimpleObjectCollectionBase
end
public final class TargetServerGroupCollection extends SimpleObjectCollectionBase
説明
TargetServerGroupCollection オブジェクトは、一連の対象サーバー グループにアクセスするために使用できます。Item プロパティを使用すると、特定の TargetServerGroup オブジェクトを取得できます。
スレッド セーフ
この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
継承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .AbstractCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SmoCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SortedListCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SimpleObjectCollectionBase
Microsoft.SqlServer.Management.Smo.Agent..::..TargetServerGroupCollection
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。