LogProviderBase Class
Defines the abstract base class for managed log providers.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Syntax
'Declaration
Public MustInherit Class LogProviderBase
Inherits DtsObject
public abstract class LogProviderBase : DtsObject
public ref class LogProviderBase abstract : public DtsObject
public abstract class LogProviderBase extends DtsObject
public abstract class LogProviderBase extends DtsObject
Remarks
To create your own log provider, derive from the LogProviderBase class.
The LogProviderBase is used in conjunction with the DtsLogProviderAttribute to implement a custom log provider.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.LogProviderBase
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
LogProviderBase Members
Microsoft.SqlServer.Dts.Runtime Namespace