CollectorConfigStore Constructors
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.
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