CollectionSetExtender 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | 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