CollectionSetExtender 构造函数 (CollectionSet)

初始化 CollectionSetExtender 类的新实例。

命名空间:  Microsoft.SqlServer.Management.Collector
程序集:  Microsoft.SqlServer.Management.Collector(在 Microsoft.SqlServer.Management.Collector.dll 中)

语法

声明
Public Sub New ( _
    collectionSet As CollectionSet _
)
用法
Dim collectionSet As CollectionSet

Dim instance As New CollectionSetExtender(collectionSet)
public CollectionSetExtender(
    CollectionSet collectionSet
)
public:
CollectionSetExtender(
    CollectionSet^ collectionSet
)
new : 
        collectionSet:CollectionSet -> CollectionSetExtender
public function CollectionSetExtender(
    collectionSet : CollectionSet
)

参数