Класс CollectorConfigStore

The CollectorConfigStore class implements the configuration store for the data collector.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
    Microsoft.SqlServer.Management.Collector.CollectorConfigStore

Пространство имен:  Microsoft.SqlServer.Management.Collector
Сборка:  Microsoft.SqlServer.Management.Collector (в Microsoft.SqlServer.Management.Collector.dll)

Синтаксис

'Декларация
Public NotInheritable Class CollectorConfigStore _
    Inherits SfcInstance _
    Implements ISfcAlterable, IAlterable, ISfcDomain, ISfcDomainLite,  _
    ISfcHasConnection
'Применение
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

Тип CollectorConfigStore обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод CollectorConfigStore() Initializes a CollectorConfigStore object.
Открытый метод CollectorConfigStore(SqlStoreConnection) Initializes a CollectorConfigStore object.

В начало

Свойства

  Имя Описание
Защищенное свойство AbstractIdentityKey Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от 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. (Производный от SfcInstance.)
Открытое свойство Parent Gets or sets the instance parent via the keychain. (Производный от SfcInstance.)
Открытое свойство Properties Returns a collection instance properties. (Производный от SfcInstance.)
Защищенное свойство State Returns the state of the SfcInstance object. (Производный от SfcInstance.)
Открытое свойство Urn Returns the uniform resource name of the SfcInstance object. (Производный от SfcInstance.)

В начало

Методы

  Имя Описание
Открытый метод Alter Changes the configuration settings of the configuration store.
Защищенный метод CreateIdentityKey Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытый метод DisableCollector Disables the data collector.
Открытый метод Discover Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытый метод EnableCollector Enables the data collector.
Открытый метод EnumTypes Enumerates the names of the collector types in the configuration store.
Открытый метод Equals (Производный от Object.)
Защищенный метод GetChildCollection Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытый метод GetDomain Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetPropertySet Returns the set of properties for the SfcInstance object. (Производный от SfcInstance.)
Открытый метод GetType (Производный от Object.)
Защищенный метод GetTypeMetadataImpl Indicates the domains that override by returning the right TypeMetadata class directly. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Защищенный метод InitializeUIPropertyState Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Защищенный метод OnPropertyMetadataChanges Invoked whenever the effective value of any SfcInstance metadata is updated. (Производный от SfcInstance.)
Защищенный метод OnPropertyValueChanges Invoked whenever the effective value of any SfcInstance property is updated. (Производный от SfcInstance.)
Открытый метод Refresh Refreshes the object's properties by reading them from the server. (Производный от SfcInstance.)
Защищенный метод ResetKey Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. (Производный от SfcInstance.)
Открытый метод Serialize Serializes the instance to XML. (Производный от SfcInstance.)
Открытый метод ToString Returns a string representation of the instance Urn. (Производный от SfcInstance.)

В начало

События

  Имя Описание
Открытое событие PropertyChanged CLS-compliant event for property changes. (Производный от SfcInstance.)
Открытое событие PropertyMetadataChanged CLS-compliant event for property metadata changes. (Производный от SfcInstance.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод ISfcAlterable.ScriptAlter This method is for internal use only.
Явная реализация интерфейсаЗакрытый метод ISfcDomain.GetExecutionEngine This method is for internal use only.
Явная реализация интерфейсаЗакрытый метод ISfcDomain.GetKey This method is for internal use only.
Явная реализация интерфейсаЗакрытый метод ISfcDomain.GetType This method is for internal use only.
Явная реализация интерфейсаЗакрытый метод ISfcDomain.GetTypeMetadata This method is for internal use only.
Явная реализация интерфейсаЗакрытый метод ISfcDomain.UseSfcStateManagement 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.
Явная реализация интерфейсаЗакрытый метод ISfcDomainLite.GetLogicalVersion This property is for internal use only.
Явная реализация интерфейсаЗакрытое свойство ISfcHasConnection.ConnectionContext 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 Sets the active connection for the domain root. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

В начало

Замечания

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

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Collector