LogProviderHostClass 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.LogProviderHostClass

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

Syntax

'Declaration
<GuidAttribute("DD70FCBD-0F36-4A2A-A55F-998F7F813E42")> _
<ClassInterfaceAttribute()> _
Public Class LogProviderHostClass _
    Implements LogProviderHost, IDTSName100, IDTSObjectHost100, IDTSLogProvider100,  _
    IDTSLogging100
'Usage
Dim instance As LogProviderHostClass
[GuidAttribute("DD70FCBD-0F36-4A2A-A55F-998F7F813E42")]
[ClassInterfaceAttribute()]
public class LogProviderHostClass : LogProviderHost, 
    IDTSName100, IDTSObjectHost100, IDTSLogProvider100, IDTSLogging100
[GuidAttribute(L"DD70FCBD-0F36-4A2A-A55F-998F7F813E42")]
[ClassInterfaceAttribute()]
public ref class LogProviderHostClass : LogProviderHost, 
    IDTSName100, IDTSObjectHost100, IDTSLogProvider100, IDTSLogging100
[<GuidAttribute("DD70FCBD-0F36-4A2A-A55F-998F7F813E42")>]
[<ClassInterfaceAttribute()>]
type LogProviderHostClass =  
    class
        interface LogProviderHost
        interface IDTSName100
        interface IDTSObjectHost100
        interface IDTSLogProvider100
        interface IDTSLogging100
    end
public class LogProviderHostClass implements LogProviderHost, IDTSName100, IDTSObjectHost100, IDTSLogProvider100, IDTSLogging100

The LogProviderHostClass type exposes the following members.

Constructors

  Name Description
Public method LogProviderHostClass 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 DelayValidation 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 HostType Infrastructure. For more information, see LogProvider.
Public property ID Infrastructure. For more information, see LogProvider.
Public property InnerObject 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.