CollectionSet Constructors

Definition

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

name
String

Applies to