CollectorConfigStore Class
The CollectorConfigStore class implements the configuration store for the data collector.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.Collector.CollectorConfigStore
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Syntax
'Declaration
Public NotInheritable Class CollectorConfigStore _
Inherits SfcInstance _
Implements ISfcAlterable, IAlterable, ISfcDomain, ISfcDomainLite, _
ISfcHasConnection
'Usage
Dim instance As CollectorConfigStore
public sealed class CollectorConfigStore : SfcInstance,
ISfcAlterable, IAlterable, ISfcDomain, ISfcDomainLite, ISfcHasConnection
public ref class CollectorConfigStore sealed : public SfcInstance,
ISfcAlterable, IAlterable, ISfcDomain, ISfcDomainLite, ISfcHasConnection
[<SealedAttribute>]
type CollectorConfigStore =
class
inherit SfcInstance
interface ISfcAlterable
interface IAlterable
interface ISfcDomain
interface ISfcDomainLite
interface ISfcHasConnection
end
public final class CollectorConfigStore extends SfcInstance implements ISfcAlterable, IAlterable, ISfcDomain, ISfcDomainLite, ISfcHasConnection
The CollectorConfigStore type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CollectorConfigStore() | Initializes a CollectorConfigStore object. | |
CollectorConfigStore(SqlStoreConnection) | Initializes a CollectorConfigStore object. |
Top
Properties
Name | Description | |
---|---|---|
AbstractIdentityKey | (Inherited from SfcInstance.) | |
CacheDirectory | Gets or sets the path and folder name for the cache directory. | |
CacheWindow | Gets or sets the number of upload tries for data that is collected. | |
CollectionSets | Gets the collection sets that are in the configuration store. | |
Enabled | Gets the Boolean property value that indicates whether or not the data collector is enabled. | |
IdentityKey | Gets the identity key for the configuration store. | |
MDWDatabase | Gets or sets the name of the database that holds the collected data. | |
MDWInstance | Gets or sets the instance where the management data warehouse resides. | |
Metadata | (Inherited from SfcInstance.) | |
Parent | (Inherited from SfcInstance.) | |
Properties | (Inherited from SfcInstance.) | |
PropertyStorageProvider | (Inherited from SfcInstance.) | |
State | (Inherited from SfcInstance.) | |
Urn | (Inherited from SfcInstance.) |
Top
Methods
Name | Description | |
---|---|---|
Alter | Changes the configuration settings of the configuration store. | |
AlterImpl | (Inherited from SfcInstance.) | |
CheckObjectCreated | (Inherited from SfcInstance.) | |
CheckObjectState | (Inherited from SfcInstance.) | |
CreateIdentityKey | (Inherited from SfcInstance.) | |
CreateImpl | (Inherited from SfcInstance.) | |
DisableCollector | Disables the data collector. | |
Discover | (Inherited from SfcInstance.) | |
DropImpl | (Inherited from SfcInstance.) | |
EnableCollector | Enables the data collector. | |
EnumTypes | Enumerates the names of the collector types in the configuration store. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetChildCollection | (Inherited from SfcInstance.) | |
GetDomain | (Inherited from SfcInstance.) | |
GetHashCode | (Inherited from Object.) | |
GetPropertySet | (Inherited from SfcInstance.) | |
GetType | (Inherited from Object.) | |
GetTypeMetadataImpl | (Inherited from SfcInstance.) | |
InitializeUIPropertyState | (Inherited from SfcInstance.) | |
MarkForDropImpl | (Inherited from SfcInstance.) | |
MarkRootAsConnected | (Inherited from SfcInstance.) | |
MemberwiseClone | (Inherited from Object.) | |
MoveImpl | (Inherited from SfcInstance.) | |
OnPropertyMetadataChanges | (Inherited from SfcInstance.) | |
OnPropertyValueChanges | (Inherited from SfcInstance.) | |
PostAlter | (Inherited from SfcInstance.) | |
PostCreate | (Inherited from SfcInstance.) | |
PostDrop | (Inherited from SfcInstance.) | |
PostMove | (Inherited from SfcInstance.) | |
PostRename | (Inherited from SfcInstance.) | |
Refresh | (Inherited from SfcInstance.) | |
RenameImpl | (Inherited from SfcInstance.) | |
ResetKey | (Inherited from SfcInstance.) | |
Serialize | (Inherited from SfcInstance.) | |
ToString | (Inherited from SfcInstance.) | |
UpdateUIPropertyState | (Inherited from SfcInstance.) | |
Validate | (Inherited from SfcInstance.) |
Top
Events
Name | Description | |
---|---|---|
propertyChanged | (Inherited from SfcInstance.) | |
PropertyChanged | (Inherited from SfcInstance.) | |
propertyMetadataChanged | (Inherited from SfcInstance.) | |
PropertyMetadataChanged | (Inherited from SfcInstance.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ISfcHasConnection.ConnectionContext | This property is for internal use only. | |
ISfcDomainLite.DomainInstanceName | This property is for internal use only. | |
ISfcDomainLite.DomainName | This property is for internal use only. | |
ISfcHasConnection.GetConnection() | Gets the server connection to the backing storage. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
ISfcHasConnection.GetConnection(SfcObjectQueryMode) | Gets the server connection to the backing storage that supports the specified query processing mode. | |
ISfcDomain.GetExecutionEngine | This method is for internal use only. | |
ISfcDomain.GetKey | This method is for internal use only. | |
ISfcDomainLite.GetLogicalVersion | This property is for internal use only. | |
ISfcDomain.GetType | This method is for internal use only. | |
ISfcDomain.GetTypeMetadata | This method is for internal use only. | |
ISfcAlterable.ScriptAlter | This method is for internal use only. | |
ISfcHasConnection.SetConnection | Sets the active connection for the domain root. Do not reference this member directly in your code. It supports the SQL Server infrastructure. | |
ISfcDomain.UseSfcStateManagement | This property is for internal use only. |
Top
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.