CollectionSetExtender Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CollectionSetExtender() |
default ctor |
CollectionSetExtender(CollectionSet) |
ctor. Takes parent CollectionSet object to aggregate on |
CollectionSetExtender(CollectorConfigStore, String) |
ctor. Create a new CollectionSet object and aggregates on it. |
CollectionSetExtender()
default ctor
public CollectionSetExtender ();
Public Sub New ()
Applies to
CollectionSetExtender(CollectionSet)
ctor. Takes parent CollectionSet object to aggregate on
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)
Parameters
- collectionSet
- CollectionSet
Applies to
CollectionSetExtender(CollectorConfigStore, String)
ctor. Create a new CollectionSet object and aggregates on it.
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)
Parameters
- collectorConfigStore
- CollectorConfigStore
- name
- String