Partilhar via


Membros LogProviderBase

Defines the abstract base class for managed log providers.

O tipo LogProviderBase expõe os seguintes membros.

Construtores

  Nome Descrição
Método protegido LogProviderBase Initializes an instance of the LogProviderBase class.

Início

Métodos

  Nome Descrição
Método público CanUpdate Determines whether a log provider supports upgrading the package XML to a newer version of the log provider.
Método público CloseLog Called at the end of package execution.
Método público Equals Determines whether two object instances are equal. (Herdado de DtsObject.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode Returns the hash code for this instance. (Herdado de DtsObject.)
Método público GetType (Herdado de Object.)
Método público InitializeLogProvider Called when the log provider is added to a package.
Método público Log Called when a runtime event occurs during package execution.
Método protegido MemberwiseClone (Herdado de Object.)
Método público OpenLog Called at the beginning of package execution to establish connections to external data sources.
Método público ToString (Herdado de Object.)
Método público Update Called to upgrade the XML persisted by a previous version of the log provider.
Método público Validate Called to confirm the log provider is properly configured.

Início

Propriedades

  Nome Descrição
Propriedade pública ConfigString Gets or sets a string used to configure the log provider.
Propriedade pública Version Gets the version of the log provider.

Início