Partilhar via


Construtor CollectorConfigStore (SqlStoreConnection)

Initializes a CollectorConfigStore object.

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

Sintaxe

'Declaração
Public Sub New ( _
    connection As SqlStoreConnection _
)
'Uso
Dim connection As SqlStoreConnection 

Dim instance As New CollectorConfigStore(connection)
public CollectorConfigStore(
    SqlStoreConnection connection
)
public:
CollectorConfigStore(
    SqlStoreConnection^ connection
)
new : 
        connection:SqlStoreConnection -> CollectorConfigStore
public function CollectorConfigStore(
    connection : SqlStoreConnection
)

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

CollectorConfigStore Classe

Sobrecarregado CollectorConfigStore

Namespace Microsoft.SqlServer.Management.Collector