LogProviderBase Members
Defines the abstract base class for managed log providers.
The following tables list the members exposed by the LogProviderBase type.
Protected Constructors
Name | Description | |
---|---|---|
LogProviderBase | Initializes an instance of the LogProviderBase class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
ConfigString | Gets or sets a string used to configure the log provider. |
![]() |
Version | Gets the version of the log provider. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
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 | Overloaded. (inherited from DtsObject ) |
![]() |
GetHashCode | Returns the hash code for this instance. (inherited from DtsObject) |
![]() |
GetType | (inherited from Object ) |
![]() |
InitializeLogProvider | Called when the log provider is added to a package. |
![]() |
Log | Called when a runtime event occurs during package execution. |
![]() ![]() |
op_Equality | (inherited from DtsObject ) |
![]() ![]() |
op_Inequality | (inherited from DtsObject ) |
![]() |
OpenLog | Called at the beginning of package execution to establish connections to external data sources. |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from 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. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
LogProviderBase Class
Microsoft.SqlServer.Dts.Runtime Namespace