CollectorConfigStore Class
Represents the CollectorConfigStore class implements the configuration store for the data collector.
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Microsoft.SqlServer.Management.Sdk.Sfc::SfcInstance
Microsoft.SqlServer.Management.Collector::CollectorConfigStore
| Name | Description | |
|---|---|---|
![]() | CollectorConfigStore() | Initializes a CollectorConfigStore object. |
![]() | CollectorConfigStore(SqlStoreConnection^) | Initializes a CollectorConfigStore object. |
| Name | Description | |
|---|---|---|
![]() | AbstractIdentityKey | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(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 | Returns metadata about the instance and its domain.(Inherited from SfcInstance.) |
![]() | Parent | Gets or sets the instance parent via the keychain.(Inherited from SfcInstance.) |
![]() | Properties | Returns a collection instance properties.(Inherited from SfcInstance.) |
![]() | State | Returns the state of the SfcInstance object.(Inherited from SfcInstance.) |
![]() | Urn | Returns the uniform resource name of the SfcInstance object.(Inherited from SfcInstance.) |
| Name | Description | |
|---|---|---|
![]() | Alter() | Changes the configuration settings of the configuration store. |
![]() | ConfigureTransactionPerformanceCollectors(SqlConnection^) | Configures the transaction performance collectors. |
![]() | CreateIdentityKey() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | DisableCollector() | Disables the data collector. |
![]() | Discover(ISfcDependencyDiscoveryObjectSink^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | EnableCollector() | Enables the data collector. |
![]() | EnumTypes() | Enumerates the names of the collector types in the configuration store. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetChildCollection(String^) | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | GetDomain() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetPropertySet() | Returns the set of properties for the SfcInstance object.(Inherited from SfcInstance.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetTypeMetadataImpl() | Indicates the domains that override by returning the right TypeMetadata class directly. Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | InitializeUIPropertyState() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | OnPropertyMetadataChanges(SfcPropertyMetadataChangedEventArgs^) | Invoked whenever the effective value of any SfcInstance metadata is updated. (Inherited from SfcInstance.) |
![]() | OnPropertyValueChanges(PropertyChangedEventArgs^) | Invoked whenever the effective value of any SfcInstance property is updated. (Inherited from SfcInstance.) |
![]() | Refresh() | Refreshes the object's properties by reading them from the server.(Inherited from SfcInstance.) |
![]() | ResetKey() | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from SfcInstance.) |
![]() | Serialize(XmlWriter^) | Serializes the instance to XML.(Inherited from SfcInstance.) |
![]() | ToString() | Returns a string representation of the instance Urn.(Inherited from SfcInstance.) |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | Occurs when a property value changes.(Inherited from SfcInstance.) |
![]() | PropertyMetadataChanged | Occurs when the metadata for a property has changed.(Inherited from SfcInstance.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ISfcAlterable::ScriptAlter() | This method is for internal use only. |
![]() ![]() | ISfcDomain::GetExecutionEngine() | This method is for internal use only. |
![]() ![]() | ISfcDomain::GetKey(IUrnFragment^) | This method is for internal use only. |
![]() ![]() | ISfcDomain::GetType(String^) | This method is for internal use only. |
![]() ![]() | ISfcDomain::GetTypeMetadata(String^) | This method is for internal use only. |
![]() ![]() | ISfcDomain::UseSfcStateManagement() | This property is for internal use only. |
![]() ![]() | ISfcDomainLite::GetLogicalVersion() | 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. |
![]() ![]() | ISfcHasConnection::SetConnection(ISfcConnection^) | Sets the active connection for the domain root. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
![]() ![]() | ISfcDomainLite::DomainInstanceName | Gets the domain instance name for the collector. |
![]() ![]() | ISfcDomainLite::DomainName | Gets the name of the domain. |
![]() ![]() | ISfcHasConnection::ConnectionContext | Gets the current server connection details for the instance of SQL Server. |
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.







