共用方式為


CollectorConfigStore 建構 ()

This method is for internal use only.

命名空間:  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
)

參數

  • connection
    型別:SqlStoreConnection
    A SqlStoreConnection object that contains connection information.

備註

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