LogProviderBase 成員
Defines the abstract base class for managed log providers.
LogProviderBase 型別公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
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. |
頂端