LogProviderBase Members

Include Protected Members
Include Inherited Members

Defines the abstract base class for managed log providers.

The LogProviderBase type exposes the following members.

Constructors

  Name Description
Protected method LogProviderBase() Initializes an instance of the LogProviderBase class.

Top

Methods

  Name Description
Public method CanUpdate(String) Determines whether a log provider supports upgrading the package XML to a newer version of the log provider.
Public method CloseLog() Called at the end of package execution.
Public method Equals(Object) Determines whether two object instances are equal. (Inherited from DtsObject.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() Returns the hash code for this instance. (Inherited from DtsObject.)
Public method GetType() (Inherited from Object.)
Public method InitializeLogProvider(Connections, IDTSInfoEvents, ObjectReferenceTracker) Called when the log provider is added to a package.
Public method Log(String, String, String, String, String, String, String, DateTime, DateTime, Int32, array<Byte[]) Called when a runtime event occurs during package execution.
Protected method MemberwiseClone() (Inherited from Object.)
Public method OpenLog() Called at the beginning of package execution to establish connections to external data sources.
Public method ToString() (Inherited from Object.)
Public method Update(String%) Called to upgrade the XML persisted by a previous version of the log provider.
Public method Validate(IDTSInfoEvents) Called to confirm the log provider is properly configured.

Top

Properties

  Name Description
Public property ConfigString Gets or sets a string used to configure the log provider.
Public property Version Gets the version of the log provider.

Top