Delen via


LogProviderTextFile Interface

This API supports the infrastructure and is not intended to be used directly from your code.

For more information, see LogProviderTextFileClass.

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

Syntax

'Declaration
<GuidAttribute("B035DA13-3CBC-4058-9612-D896BFF73DF2")> _
Public Interface LogProviderTextFile _
    Inherits IDTSLogProvider100
'Usage
Dim instance As LogProviderTextFile
[GuidAttribute("B035DA13-3CBC-4058-9612-D896BFF73DF2")]
public interface LogProviderTextFile : IDTSLogProvider100
[GuidAttribute(L"B035DA13-3CBC-4058-9612-D896BFF73DF2")]
public interface class LogProviderTextFile : IDTSLogProvider100
[<GuidAttribute("B035DA13-3CBC-4058-9612-D896BFF73DF2")>]
type LogProviderTextFile =  
    interface
        interface IDTSLogProvider100
    end
public interface LogProviderTextFile extends IDTSLogProvider100

The LogProviderTextFile type exposes the following members.

Properties

  Name Description
Public property ConfigString Infrastructure. For more information, see LogProvider. (Inherited from IDTSLogProvider100.)

Top

Methods

  Name Description
Public method CloseLog Infrastructure. For more information, see LogProvider. (Inherited from IDTSLogProvider100.)
Public method OpenLog Infrastructure. For more information, see LogProvider. (Inherited from IDTSLogProvider100.)
Public method Validate Infrastructure. For more information, see LogProvider. (Inherited from IDTSLogProvider100.)

Top