Compartir a través de


Clase LogProviderHostClass

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents a class for the LogProviderHost interface.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("C5337B2A-9EC3-4CDA-B977-3F8A192A2392")> _
Public Class LogProviderHostClass _
    Implements LogProviderHost, IDTSName100, IDTSObjectHost100, IDTSLogProvider100,  _
    IDTSLogging100
'Uso
Dim instance As LogProviderHostClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("C5337B2A-9EC3-4CDA-B977-3F8A192A2392")]
public class LogProviderHostClass : LogProviderHost, 
    IDTSName100, IDTSObjectHost100, IDTSLogProvider100, IDTSLogging100
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"C5337B2A-9EC3-4CDA-B977-3F8A192A2392")]
public ref class LogProviderHostClass : LogProviderHost, 
    IDTSName100, IDTSObjectHost100, IDTSLogProvider100, IDTSLogging100
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("C5337B2A-9EC3-4CDA-B977-3F8A192A2392")>]
type LogProviderHostClass =  
    class 
        interface LogProviderHost 
        interface IDTSName100 
        interface IDTSObjectHost100 
        interface IDTSLogProvider100 
        interface IDTSLogging100 
    end
public class LogProviderHostClass implements LogProviderHost, IDTSName100, IDTSObjectHost100, IDTSLogProvider100, IDTSLogging100

El tipo LogProviderHostClass expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público LogProviderHostClass Infraestructura. Initializes a new instance of the LogProviderHostClass class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ConfigString Infraestructura. Gets or sets a string used to configure the log provider.
Propiedad pública CreationName Infraestructura. Gets the string used by the runtime to create an instance of the log provider.
Propiedad pública DelayValidation Infraestructura. Gets or sets a value that indicates whether a call to validate for the log provider is delayed until package execution.
Propiedad pública Description Infraestructura. Gets or sets the description of the log provider.
Propiedad pública Enabled Infraestructura. Gets a value that indicates whether the log provider is enabled.
Propiedad pública HostType Infraestructura. Gets an enumeration that describes the type of host that the log provider is being used by. This property is read-only.
Propiedad pública ID Infraestructura. Gets the identifier of the log provider.
Propiedad pública InnerObject Infraestructura. Gets the specific log provider that is being hosted by the LogProviderHostClass object.
Propiedad pública Name Infraestructura. Gets or sets the name of the log provider.

Arriba

Métodos

  Nombre Descripción
Método público CloseLog Infraestructura. Closes the log.
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetFilterStatus Infraestructura. Gets the filter status of the specified events.
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público Log Infraestructura. Writes the log entry.
Método protegido MemberwiseClone (Se hereda de Object.)
Método público OpenLog Infraestructura. Opens the log.
Método público ToString (Se hereda de Object.)
Método público Validate Infraestructura. Validates the log provider with the specified events.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper