Classe CollectorConfigStore

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class CollectorConfigStore _
    Inherits SfcInstance _
    Implements ISfcAlterable, IAlterable, ISfcDomain, ISfcDomainLite,  _
    ISfcHasConnection
'Utilizzo
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

Nel tipo CollectorConfigStore sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico CollectorConfigStore() Initializes a CollectorConfigStore object.
Metodo pubblico CollectorConfigStore(SqlStoreConnection) Initializes a CollectorConfigStore object.

In alto

Proprietà

  Nome Descrizione
Proprietà protetta AbstractIdentityKey Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance.
Proprietà pubblica CacheDirectory Gets or sets the path and folder name for the cache directory.
Proprietà pubblica CacheWindow Gets or sets the number of upload tries for data that is collected.
Proprietà pubblica CollectionSets Gets the collection sets that are in the configuration store.
Proprietà pubblica Enabled Gets the Boolean property value that indicates whether or not the data collector is enabled.
Proprietà pubblica IdentityKey Gets the identity key for the configuration store.
Proprietà pubblica MDWDatabase Gets or sets the name of the database that holds the collected data.
Proprietà pubblica MDWInstance Gets or sets the instance where the management data warehouse resides.
Proprietà pubblica Metadata Returns metadata about the instance and its domain. Ereditato da SfcInstance.
Proprietà pubblica Parent Gets or sets the instance parent via the keychain. Ereditato da SfcInstance.
Proprietà pubblica Properties Returns a collection instance properties. Ereditato da SfcInstance.
Proprietà protetta State Returns the state of the SfcInstance object. Ereditato da SfcInstance.
Proprietà pubblica Urn Returns the uniform resource name of the SfcInstance object. Ereditato da SfcInstance.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Alter Changes the configuration settings of the configuration store.
Metodo protetto CreateIdentityKey Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance.
Metodo pubblico DisableCollector Disables the data collector.
Metodo pubblico Discover Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance.
Metodo pubblico EnableCollector Enables the data collector.
Metodo pubblico EnumTypes Enumerates the names of the collector types in the configuration store.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto GetChildCollection Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance.
Metodo pubblico GetDomain Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetPropertySet Returns the set of properties for the SfcInstance object. Ereditato da SfcInstance.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto GetTypeMetadataImpl Indicates the domains that override by returning the right TypeMetadata class directly. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance.
Metodo protetto InitializeUIPropertyState Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance.
Metodo protetto OnPropertyMetadataChanges Invoked whenever the effective value of any SfcInstance metadata is updated. Ereditato da SfcInstance.
Metodo protetto OnPropertyValueChanges Invoked whenever the effective value of any SfcInstance property is updated. Ereditato da SfcInstance.
Metodo pubblico Refresh Refreshes the object's properties by reading them from the server. Ereditato da SfcInstance.
Metodo protetto ResetKey Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Ereditato da SfcInstance.
Metodo pubblico Serialize Serializes the instance to XML. Ereditato da SfcInstance.
Metodo pubblico ToString Returns a string representation of the instance Urn. Ereditato da SfcInstance.

In alto

Eventi

  Nome Descrizione
Evento pubblico PropertyChanged CLS-compliant event for property changes. Ereditato da SfcInstance.
Evento pubblico PropertyMetadataChanged CLS-compliant event for property metadata changes. Ereditato da SfcInstance.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato ISfcAlterable.ScriptAlter This method is for internal use only.
Implementazione esplicita dell'interfacciaMetodo privato ISfcDomain.GetExecutionEngine This method is for internal use only.
Implementazione esplicita dell'interfacciaMetodo privato ISfcDomain.GetKey This method is for internal use only.
Implementazione esplicita dell'interfacciaMetodo privato ISfcDomain.GetType This method is for internal use only.
Implementazione esplicita dell'interfacciaMetodo privato ISfcDomain.GetTypeMetadata This method is for internal use only.
Implementazione esplicita dell'interfacciaMetodo privato ISfcDomain.UseSfcStateManagement This property is for internal use only.
Implementazione esplicita dell'interfacciaProprietà privata ISfcDomainLite.DomainInstanceName This property is for internal use only.
Implementazione esplicita dell'interfacciaProprietà privata ISfcDomainLite.DomainName This property is for internal use only.
Implementazione esplicita dell'interfacciaMetodo privato ISfcDomainLite.GetLogicalVersion This property is for internal use only.
Implementazione esplicita dell'interfacciaProprietà privata ISfcHasConnection.ConnectionContext This property is for internal use only.
Implementazione esplicita dell'interfacciaMetodo privato 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.
Implementazione esplicita dell'interfacciaMetodo privato ISfcHasConnection.GetConnection(SfcObjectQueryMode) Gets the server connection to the backing storage that supports the specified query processing mode.
Implementazione esplicita dell'interfacciaMetodo privato 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.

In alto

Osservazioni

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

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Collector