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
)
パラメーター
- connection
型: Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection
接続情報を含む SqlStoreConnection オブジェクトです。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。