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

CollectionSetExtender クラスの新しいインスタンスを初期化します。

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

構文

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

Dim instance As New CollectionSetExtender(collectorConfigStore, _
    name)
public CollectionSetExtender(
    CollectorConfigStore collectorConfigStore,
    string name
)
public:
CollectionSetExtender(
    CollectorConfigStore^ collectorConfigStore, 
    String^ name
)
new : 
        collectorConfigStore:CollectorConfigStore * 
        name:string -> CollectionSetExtender
public function CollectionSetExtender(
    collectorConfigStore : CollectorConfigStore, 
    name : String
)

パラメーター

関連項目

参照

CollectionSetExtender クラス

CollectionSetExtender オーバーロード

Microsoft.SqlServer.Management.Collector 名前空間