CollectionSetExtender コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| 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