Share via


CollectorConfigStore Constructor (SqlStoreConnection)

Initializes a CollectorConfigStore object.

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

Syntax

'Declaration
Public Sub New ( _
    connection As SqlStoreConnection _
)
'Usage
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
)

Parameters

Remarks

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

See Also

Reference

CollectorConfigStore Class

CollectorConfigStore Overload

Microsoft.SqlServer.Management.Collector Namespace