Freigeben über


LogProviderBase-Member

Defines the abstract base class for managed log providers.

Der LogProviderBase-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Geschützte Methode LogProviderBase Initializes an instance of the LogProviderBase class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode CanUpdate Determines whether a log provider supports upgrading the package XML to a newer version of the log provider.
Öffentliche Methode CloseLog Called at the end of package execution.
Öffentliche Methode Equals Determines whether two object instances are equal. (Geerbt von DtsObject.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Returns the hash code for this instance. (Geerbt von DtsObject.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode InitializeLogProvider Called when the log provider is added to a package.
Öffentliche Methode Log Called when a runtime event occurs during package execution.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode OpenLog Called at the beginning of package execution to establish connections to external data sources.
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode Update Called to upgrade the XML persisted by a previous version of the log provider.
Öffentliche Methode Validate Called to confirm the log provider is properly configured.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft ConfigString Gets or sets a string used to configure the log provider.
Öffentliche Eigenschaft Version Gets the version of the log provider.

Zum Anfang