共用方式為


LogProviderBase 成員

Defines the abstract base class for managed log providers.

LogProviderBase 型別公開下列成員。

建構函式

  名稱 描述
受保護的方法 LogProviderBase Initializes an instance of the LogProviderBase class.

頂端

方法

  名稱 描述
公用方法 CanUpdate Determines whether a log provider supports upgrading the package XML to a newer version of the log provider.
公用方法 CloseLog Called at the end of package execution.
公用方法 Equals Determines whether two object instances are equal. (繼承自 DtsObject。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode Returns the hash code for this instance. (繼承自 DtsObject。)
公用方法 GetType (繼承自 Object。)
公用方法 InitializeLogProvider Called when the log provider is added to a package.
公用方法 Log Called when a runtime event occurs during package execution.
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 OpenLog Called at the beginning of package execution to establish connections to external data sources.
公用方法 ToString (繼承自 Object。)
公用方法 Update Called to upgrade the XML persisted by a previous version of the log provider.
公用方法 Validate Called to confirm the log provider is properly configured.

頂端

屬性

  名稱 描述
公用屬性 ConfigString Gets or sets a string used to configure the log provider.
公用屬性 Version Gets the version of the log provider.

頂端