Compartir a través de


Interfaz LogProviderTextFile

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

For more information, see LogProviderTextFileClass.

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

Sintaxis

'Declaración
<GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")> _
Public Interface LogProviderTextFile _
    Inherits IDTSLogProvider100
'Uso
Dim instance As LogProviderTextFile
[GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")]
public interface LogProviderTextFile : IDTSLogProvider100
[GuidAttribute(L"4A5411B3-17C4-43CF-A9C4-00349669AA47")]
public interface class LogProviderTextFile : IDTSLogProvider100
[<GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")>]
type LogProviderTextFile =  
    interface 
        interface IDTSLogProvider100 
    end
public interface LogProviderTextFile extends IDTSLogProvider100

El tipo LogProviderTextFile expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública ConfigString Infraestructura. Gets or sets the connection and configuration information for the specific log provider. (Se hereda de IDTSLogProvider100.)

Arriba

Métodos

  Nombre Descripción
Método público CloseLog Closes the log. (Se hereda de IDTSLogProvider100.)
Método público OpenLog Infraestructura. Opens the log. (Se hereda de IDTSLogProvider100.)
Método público Validate Validates the log and returns an enumeration that indicates success or failure. (Se hereda de IDTSLogProvider100.)

Arriba

Vea también

Referencia

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