CollectionSet 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
CollectionSet() |
Default constructor used for deserialization and for the factory CollectionSet must have a public parameterless constructor in order to use it as parameter 'TDcInstance' in the generic type or method 'Microsoft.SqlServer.Management.DataCollectionUITasks.DcTaskFormComponent TDcInstance |
CollectionSet(CollectorConfigStore, String) |
Initialize an instance of a CollectionSet given a CollectorConfigStore object as a parent and a name |
CollectionSet()
Default constructor used for deserialization and for the factory
CollectionSet must have a public parameterless constructor in order to use it as parameter 'TDcInstance' in the generic type or method 'Microsoft.SqlServer.Management.DataCollectionUITasks.DcTaskFormComponent TDcInstance
public CollectionSet ();
Public Sub New ()
Applies to
CollectionSet(CollectorConfigStore, String)
Initialize an instance of a CollectionSet given a CollectorConfigStore object as a parent and a name
public CollectionSet (Microsoft.SqlServer.Management.Collector.CollectorConfigStore store, string name);
new Microsoft.SqlServer.Management.Collector.CollectionSet : Microsoft.SqlServer.Management.Collector.CollectorConfigStore * string -> Microsoft.SqlServer.Management.Collector.CollectionSet
Public Sub New (store As CollectorConfigStore, name As String)
Parameters
- store
- CollectorConfigStore
- name
- String