CollectionSetExtender 建構函式 (CollectorConfigStore, String)
初始化 CollectionSetExtender 類別的新執行個體。
命名空間: Microsoft.SqlServer.Management.Collector
組件: Microsoft.SqlServer.Management.Collector (在 Microsoft.SqlServer.Management.Collector.dll 中)
語法
'宣告
Public Sub New ( _
collectorConfigStore As CollectorConfigStore, _
name As String _
)
'用途
Dim collectorConfigStore As CollectorConfigStore
Dim name As String
Dim instance As New CollectionSetExtender(collectorConfigStore, _
name)
public CollectionSetExtender(
CollectorConfigStore collectorConfigStore,
string name
)
public:
CollectionSetExtender(
CollectorConfigStore^ collectorConfigStore,
String^ name
)
new :
collectorConfigStore:CollectorConfigStore *
name:string -> CollectionSetExtender
public function CollectionSetExtender(
collectorConfigStore : CollectorConfigStore,
name : String
)
參數
- collectorConfigStore
型別:Microsoft.SqlServer.Management.Collector. . :: . .CollectorConfigStore
要與這個執行個體產生關聯的 CollectorConfigStore。
- name
型別:System. . :: . .String
這個執行個體將會擴充的 CollectionSet 名稱。