CollectionSetExtender 建構函式

定義

多載

名稱 Description
CollectionSetExtender()

預設 CTOR

CollectionSetExtender(CollectionSet)

CTOR。 需要父 CollectionSet 物件在 上進行聚合

CollectionSetExtender(CollectorConfigStore, String)

CTOR。 建立一個新的 CollectionSet 物件並在此聚合。

CollectionSetExtender()

預設 CTOR

public CollectionSetExtender();
Public Sub New ()

適用於

CollectionSetExtender(CollectionSet)

CTOR。 需要父 CollectionSet 物件在 上進行聚合

public CollectionSetExtender(Microsoft.SqlServer.Management.Collector.CollectionSet collectionSet);
new Microsoft.SqlServer.Management.Collector.CollectionSetExtender : Microsoft.SqlServer.Management.Collector.CollectionSet -> Microsoft.SqlServer.Management.Collector.CollectionSetExtender
Public Sub New (collectionSet As CollectionSet)

參數

collectionSet
CollectionSet

適用於

CollectionSetExtender(CollectorConfigStore, String)

CTOR。 建立一個新的 CollectionSet 物件並在此聚合。

public CollectionSetExtender(Microsoft.SqlServer.Management.Collector.CollectorConfigStore collectorConfigStore, string name);
new Microsoft.SqlServer.Management.Collector.CollectionSetExtender : Microsoft.SqlServer.Management.Collector.CollectorConfigStore * string -> Microsoft.SqlServer.Management.Collector.CollectionSetExtender
Public Sub New (collectorConfigStore As CollectorConfigStore, name As String)

參數

collectorConfigStore
CollectorConfigStore
name
String

適用於