Defines the abstract base class for managed log providers.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
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
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.
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.LogProviderBase
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.
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.Target Platforms