Compartir a través de


LogProviderBase Members

Defines the abstract base class for managed log providers.

The following tables list the members exposed by the LogProviderBase type.

Protected Constructors

  Nombre Description
LogProviderBase Initializes an instance of the LogProviderBase class.

Arriba

Public Properties

  Nombre Description
ms212806.pubproperty(es-es,SQL.90).gif ConfigString Gets or sets a string used to configure the log provider.
ms212806.pubproperty(es-es,SQL.90).gif Version Gets the version of the log provider.

Arriba

Public Methods

(see also Protected Methods )

  Nombre Description
ms212806.pubmethod(es-es,SQL.90).gif CanUpdate Determines whether a log provider supports upgrading the package XML to a newer version of the log provider.
ms212806.pubmethod(es-es,SQL.90).gif CloseLog Called at the end of package execution.
ms212806.pubmethod(es-es,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms212806.pubmethod(es-es,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms212806.pubmethod(es-es,SQL.90).gif GetType  (inherited from Object )
ms212806.pubmethod(es-es,SQL.90).gif InitializeLogProvider Called when the log provider is added to a package.
ms212806.pubmethod(es-es,SQL.90).gif Log Called when a runtime event occurs during package execution.
ms212806.pubmethod(es-es,SQL.90).gifms212806.static(es-es,SQL.90).gif op_Equality  (inherited from DtsObject )
ms212806.pubmethod(es-es,SQL.90).gifms212806.static(es-es,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms212806.pubmethod(es-es,SQL.90).gif OpenLog Called at the beginning of package execution to establish connections to external data sources.
ms212806.pubmethod(es-es,SQL.90).gifms212806.static(es-es,SQL.90).gif ReferenceEquals  (inherited from Object )
ms212806.pubmethod(es-es,SQL.90).gif ToString  (inherited from Object )
ms212806.pubmethod(es-es,SQL.90).gif Update Called to upgrade the XML persisted by a previous version of the log provider.
ms212806.pubmethod(es-es,SQL.90).gif Validate Called to confirm the log provider is properly configured.

Arriba

Protected Methods

  Nombre Description
ms212806.protmethod(es-es,SQL.90).gif Finalize  (inherited from Object )
ms212806.protmethod(es-es,SQL.90).gif MemberwiseClone  (inherited from Object )

Arriba

Vea también

Referencia

LogProviderBase Class
Microsoft.SqlServer.Dts.Runtime Namespace