LogProviderEventLogClass Class

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see LogProvider.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderEventLogClass

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("071CC8EB-C343-4CFF-8D58-564B92FCA3CF")> _
Public Class LogProviderEventLogClass _
    Implements IDTSLogProvider100, LogProviderEventLog, IDTSLogging100, IDTSName100
'Usage
Dim instance As LogProviderEventLogClass
[ClassInterfaceAttribute()]
[GuidAttribute("071CC8EB-C343-4CFF-8D58-564B92FCA3CF")]
public class LogProviderEventLogClass : IDTSLogProvider100, 
    LogProviderEventLog, IDTSLogging100, IDTSName100
[ClassInterfaceAttribute()]
[GuidAttribute(L"071CC8EB-C343-4CFF-8D58-564B92FCA3CF")]
public ref class LogProviderEventLogClass : IDTSLogProvider100, 
    LogProviderEventLog, IDTSLogging100, IDTSName100
[<ClassInterfaceAttribute()>]
[<GuidAttribute("071CC8EB-C343-4CFF-8D58-564B92FCA3CF")>]
type LogProviderEventLogClass =  
    class
        interface IDTSLogProvider100
        interface LogProviderEventLog
        interface IDTSLogging100
        interface IDTSName100
    end
public class LogProviderEventLogClass implements IDTSLogProvider100, LogProviderEventLog, IDTSLogging100, IDTSName100

The LogProviderEventLogClass type exposes the following members.

Constructors

  Name Description
Public method LogProviderEventLogClass Infrastructure. For more information, see LogProvider.

Top

Properties

  Name Description
Public property ConfigString Infrastructure. For more information, see LogProvider.
Public property CreationName Infrastructure. For more information, see LogProvider.
Public property Description Infrastructure. For more information, see LogProvider.
Public property Enabled Infrastructure. For more information, see LogProvider.
Public property ID Infrastructure. For more information, see LogProvider.
Public property Name Infrastructure. For more information, see LogProvider.

Top

Methods

  Name Description
Public method CloseLog Infrastructure. For more information, see LogProvider.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetFilterStatus Infrastructure. For more information, see LogProvider.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Log Infrastructure. For more information, see LogProvider.
Protected method MemberwiseClone (Inherited from Object.)
Public method OpenLog Infrastructure. For more information, see LogProvider.
Public method ToString (Inherited from Object.)
Public method Validate Infrastructure.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.