CollectionSet コンストラクター (CollectorConfigStore, String)

親となる CollectorConfigStore オブジェクトとコレクション セット名を指定して CollectionSet オブジェクトのインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Collector
アセンブリ:  Microsoft.SqlServer.Management.Collector (Microsoft.SqlServer.Management.Collector.dll)

構文

'宣言
Public Sub New ( _
    store As CollectorConfigStore, _
    name As String _
)
'使用
Dim store As CollectorConfigStore 
Dim name As String 

Dim instance As New CollectionSet(store, name)
public CollectionSet(
    CollectorConfigStore store,
    string name
)
public:
CollectionSet(
    CollectorConfigStore^ store, 
    String^ name
)
new : 
        store:CollectorConfigStore * 
        name:string -> CollectionSet
public function CollectionSet(
    store : CollectorConfigStore, 
    name : String
)

パラメーター

  • name
    型: System.String
    コレクション セットの名前を表す String です。 この名前は、データ コレクター ストアごとに一意です。

説明

[CollectorConfigStore] オブジェクトを指定するコンストラクターです。

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。

関連項目

参照

CollectionSet クラス

CollectionSet オーバーロード

Microsoft.SqlServer.Management.Collector 名前空間