Share via


LogProviderTextFileClass Clase

Definición

Representa una clase para la interfaz LogProviderTextFile.

public ref class LogProviderTextFileClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogging100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSName100, Microsoft::SqlServer::Dts::Runtime::Wrapper::LogProviderTextFile
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("218D90AE-30F3-46BA-A5CE-D4872688DAD4")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class LogProviderTextFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderTextFile
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("C09FB2CE-24FB-43AF-84A5-2EB9F32F3B8E")]
public class LogProviderTextFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderTextFile
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("E4713005-708F-4539-BAEE-ACB8B5EC3D34")]
public class LogProviderTextFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderTextFile
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("218D90AE-30F3-46BA-A5CE-D4872688DAD4")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type LogProviderTextFileClass = class
    interface IDTSLogProvider100
    interface LogProviderTextFile
    interface IDTSLogging100
    interface IDTSName100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("C09FB2CE-24FB-43AF-84A5-2EB9F32F3B8E")>]
type LogProviderTextFileClass = class
    interface IDTSLogProvider100
    interface LogProviderTextFile
    interface IDTSLogging100
    interface IDTSName100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("E4713005-708F-4539-BAEE-ACB8B5EC3D34")>]
type LogProviderTextFileClass = class
    interface IDTSLogProvider100
    interface LogProviderTextFile
    interface IDTSLogging100
    interface IDTSName100
Public Class LogProviderTextFileClass
Implements IDTSLogging100, IDTSName100, LogProviderTextFile
Herencia
LogProviderTextFileClass
Atributos
Implementaciones

Constructores

LogProviderTextFileClass()

Inicializa una nueva instancia de la clase LogProviderTextFileClass.

Propiedades

ConfigString

Obtiene o establece una cadena que se utiliza para configurar el proveedor de registro.

CreationName

Obtiene la cadena usada por el motor en tiempo de ejecución para crear una instancia del proveedor de registro.

Description

Obtiene o establece la descripción del proveedor de registro.

Enabled

Obtiene un valor que indica si el proveedor de registro está habilitado.

ID

Obtiene el identificador del proveedor de registro.

Name

Obtiene o establece el nombre del proveedor de registro.

Métodos

CloseLog()

Cierra el registro.

GetFilterStatus(String[])

Obtiene el estado del filtro de los eventos especificados.

Log(String, String, String, String, String, String, String, DateTime, DateTime, Int32, Byte[])

Escribe la entrada de registro.

OpenLog()

Abre el registro.

Validate(IDTSInfoEvents100)

Valida el proveedor de registro con los eventos especificados.

Se aplica a