言語

CollectionSetExtender コンストラクター

定義

オーバーロード

名前 説明
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

適用対象