Microsoft.SqlServer.Dts.Run ...


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

VisualBasicDeclaration
Public MustInherit Class LogProviderBase
    Inherits DtsObject
CSharp
public abstract class LogProviderBase : DtsObject
ManagedCPlusPlus
public ref class LogProviderBase abstract : public DtsObject
JSharp
public abstract class LogProviderBase extends DtsObject
JScript
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.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also

Tags :


Page view tracker