Clase CollectorConfigStore
The CollectorConfigStore class implements the configuration store for the data collector.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.Collector.CollectorConfigStore
Espacio de nombres: Microsoft.SqlServer.Management.Collector
Ensamblado: Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)
Sintaxis
'Declaración
Public NotInheritable Class CollectorConfigStore _
Inherits SfcInstance _
Implements ISfcAlterable, IAlterable, ISfcDomain, ISfcDomainLite, _
ISfcHasConnection
'Uso
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
El tipo CollectorConfigStore expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
CollectorConfigStore() | Initializes a CollectorConfigStore object. | |
CollectorConfigStore(SqlStoreConnection) | Initializes a CollectorConfigStore object. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
AbstractIdentityKey | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de 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. (Se hereda de SfcInstance.) | |
Parent | Gets or sets the instance parent via the keychain. (Se hereda de SfcInstance.) | |
Properties | Returns a collection instance properties. (Se hereda de SfcInstance.) | |
State | Returns the state of the SfcInstance object. (Se hereda de SfcInstance.) | |
Urn | Returns the uniform resource name of the SfcInstance object. (Se hereda de SfcInstance.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Alter | Changes the configuration settings of the configuration store. | |
CreateIdentityKey | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.) | |
DisableCollector | Disables the data collector. | |
Discover | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.) | |
EnableCollector | Enables the data collector. | |
EnumTypes | Enumerates the names of the collector types in the configuration store. | |
Equals | (Se hereda de Object.) | |
GetChildCollection | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.) | |
GetDomain | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.) | |
GetHashCode | (Se hereda de Object.) | |
GetPropertySet | Returns the set of properties for the SfcInstance object. (Se hereda de SfcInstance.) | |
GetType | (Se hereda de Object.) | |
GetTypeMetadataImpl | Indicates the domains that override by returning the right TypeMetadata class directly. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.) | |
InitializeUIPropertyState | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.) | |
OnPropertyMetadataChanges | Invoked whenever the effective value of any SfcInstance metadata is updated. (Se hereda de SfcInstance.) | |
OnPropertyValueChanges | Invoked whenever the effective value of any SfcInstance property is updated. (Se hereda de SfcInstance.) | |
Refresh | Refreshes the object's properties by reading them from the server. (Se hereda de SfcInstance.) | |
ResetKey | No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcInstance.) | |
Serialize | Serializes the instance to XML. (Se hereda de SfcInstance.) | |
ToString | Returns a string representation of the instance Urn. (Se hereda de SfcInstance.) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
PropertyChanged | CLS-compliant event for property changes. (Se hereda de SfcInstance.) | |
PropertyMetadataChanged | CLS-compliant event for property metadata changes. (Se hereda de SfcInstance.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Comentarios
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.