CollectorConfigStore Constructors

Definition

Overloads

CollectorConfigStore()

Creates a new instance of the config store

CollectorConfigStore(SqlStoreConnection)

Creates a new instance of the config store given a connection to the server hosting the collector

CollectorConfigStore()

Creates a new instance of the config store

public CollectorConfigStore ();
Public Sub New ()

Applies to

CollectorConfigStore(SqlStoreConnection)

Creates a new instance of the config store given a connection to the server hosting the collector

public CollectorConfigStore (Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection connection);
new Microsoft.SqlServer.Management.Collector.CollectorConfigStore : Microsoft.SqlServer.Management.Sdk.Sfc.SqlStoreConnection -> Microsoft.SqlServer.Management.Collector.CollectorConfigStore
Public Sub New (connection As SqlStoreConnection)

Parameters

connection
SqlStoreConnection

Applies to