CollectorConfigStore 构造函数 (SqlStoreConnection)

Initializes a CollectorConfigStore object.

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

语法

声明
Public Sub New ( _
    connection As SqlStoreConnection _
)
用法
Dim connection As SqlStoreConnection 

Dim instance As New CollectorConfigStore(connection)
public CollectorConfigStore(
    SqlStoreConnection connection
)
public:
CollectorConfigStore(
    SqlStoreConnection^ connection
)
new : 
        connection:SqlStoreConnection -> CollectorConfigStore
public function CollectorConfigStore(
    connection : SqlStoreConnection
)

参数

注释

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

请参阅

参考

CollectorConfigStore 类

CollectorConfigStore 重载

Microsoft.SqlServer.Management.Collector 命名空间