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 物件。
備註
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.