Compartir a través de


Clase LogProviderTextFileClass

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 LogProviderTextFile interface.

Jerarquía de herencia

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

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

Sintaxis

'Declaración
<GuidAttribute("03E07F2D-EA22-440B-8DE9-B56A22F0E9FF")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class LogProviderTextFileClass _
    Implements IDTSLogProvider100, LogProviderTextFile, IDTSLogging100, IDTSName100
'Uso
Dim instance As LogProviderTextFileClass
[GuidAttribute("03E07F2D-EA22-440B-8DE9-B56A22F0E9FF")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class LogProviderTextFileClass : IDTSLogProvider100, 
    LogProviderTextFile, IDTSLogging100, IDTSName100
[GuidAttribute(L"03E07F2D-EA22-440B-8DE9-B56A22F0E9FF")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class LogProviderTextFileClass : IDTSLogProvider100, 
    LogProviderTextFile, IDTSLogging100, IDTSName100
[<GuidAttribute("03E07F2D-EA22-440B-8DE9-B56A22F0E9FF")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type LogProviderTextFileClass =  
    class 
        interface IDTSLogProvider100 
        interface LogProviderTextFile 
        interface IDTSLogging100 
        interface IDTSName100 
    end
public class LogProviderTextFileClass implements IDTSLogProvider100, LogProviderTextFile, IDTSLogging100, IDTSName100

El tipo LogProviderTextFileClass expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público LogProviderTextFileClass Infraestructura. Initializes a new instance of the LogProviderTextFileClass 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 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 ID Infraestructura. Gets the identifier of the log provider.
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