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
)

参数