CollectionSetCollection コンストラクター
コレクション セットの親として指定されている CollectorConfigStore オブジェクトに基づいて新しいコレクション セットをインスタンス化します。
名前空間: Microsoft.SqlServer.Management.Collector
アセンブリ: Microsoft.SqlServer.Management.Collector (Microsoft.SqlServer.Management.Collector.dll)
構文
'宣言
Public Sub New ( _
parent As CollectorConfigStore _
)
'使用
Dim parent As CollectorConfigStore
Dim instance As New CollectionSetCollection(parent)
public CollectionSetCollection(
CollectorConfigStore parent
)
public:
CollectionSetCollection(
CollectorConfigStore^ parent
)
new :
parent:CollectorConfigStore -> CollectionSetCollection
public function CollectionSetCollection(
parent : CollectorConfigStore
)
パラメーター
- parent
型: Microsoft.SqlServer.Management.Collector. . :: . .CollectorConfigStore
コレクション セットの親オブジェクトです。
説明
この名前空間、クラス、またはメンバは、Microsoft .NET Framework 2.0 でのみサポートされています。