CollectionSetCollection(CollectorConfigStore) Constructor
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.
Instantiate a new collection given a config store object as a parent
public CollectionSetCollection (Microsoft.SqlServer.Management.Collector.CollectorConfigStore parent);
new Microsoft.SqlServer.Management.Collector.CollectionSetCollection : Microsoft.SqlServer.Management.Collector.CollectorConfigStore -> Microsoft.SqlServer.Management.Collector.CollectionSetCollection
Public Sub New (parent As CollectorConfigStore)
Parameters
- parent
- CollectorConfigStore