CollectorConfigStore コンストラクター (SqlStoreConnection)

CollectorConfigStore オブジェクトを初期化します。

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

パラメーター

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。

関連項目

参照

CollectorConfigStore クラス

CollectorConfigStore オーバーロード

Microsoft.SqlServer.Management.Collector 名前空間