LogProviderTextFile Interface
This API supports the SQL Server 2012 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("4A5411B3-17C4-43CF-A9C4-00349669AA47")> _
Public Interface LogProviderTextFile _
Inherits IDTSLogProvider100
'Usage
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
The LogProviderTextFile type exposes the following members.
Properties
Name | Description | |
---|---|---|
ConfigString | Infrastructure. Gets or sets the connection and configuration information for the specific log provider. (Inherited from IDTSLogProvider100.) |
Top
Methods
Name | Description | |
---|---|---|
CloseLog | Closes the log. (Inherited from IDTSLogProvider100.) | |
OpenLog | Infrastructure. Opens the log. (Inherited from IDTSLogProvider100.) | |
Validate | Validates the log and returns an enumeration that indicates success or failure. (Inherited from IDTSLogProvider100.) |
Top