Partager via


Membres LogProviderBase

Defines the abstract base class for managed log providers.

Le type LogProviderBase expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée LogProviderBase Initializes an instance of the LogProviderBase class.

Haut de la page

Méthodes

  Nom Description
Méthode publique CanUpdate Determines whether a log provider supports upgrading the package XML to a newer version of the log provider.
Méthode publique CloseLog Called at the end of package execution.
Méthode publique Equals Determines whether two object instances are equal. (Hérité de DtsObject.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode Returns the hash code for this instance. (Hérité de DtsObject.)
Méthode publique GetType (Hérité de Object.)
Méthode publique InitializeLogProvider Called when the log provider is added to a package.
Méthode publique Log Called when a runtime event occurs during package execution.
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique OpenLog Called at the beginning of package execution to establish connections to external data sources.
Méthode publique ToString (Hérité de Object.)
Méthode publique Update Called to upgrade the XML persisted by a previous version of the log provider.
Méthode publique Validate Called to confirm the log provider is properly configured.

Haut de la page

Propriétés

  Nom Description
Propriété publique ConfigString Gets or sets a string used to configure the log provider.
Propriété publique Version Gets the version of the log provider.

Haut de la page