Partilhar via


Construtor CollectionSetCollection

Instantiates a new collection set based on the CollectorConfigStore object that is provided as a parent for the collection set.

Namespace:  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)

Sintaxe

'Declaração
Public Sub New ( _
    parent As CollectorConfigStore _
)
'Uso
Dim parent As CollectorConfigStore 

Dim instance As New CollectionSetCollection(parent)
public CollectionSetCollection(
    CollectorConfigStore parent
)
public:
CollectionSetCollection(
    CollectorConfigStore^ parent
)
new : 
        parent:CollectorConfigStore -> CollectionSetCollection
public function CollectionSetCollection(
    parent : CollectorConfigStore
)

Parâmetros

Comentários

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Consulte também

Referência

CollectionSetCollection Classe

Namespace Microsoft.SqlServer.Management.Collector