LogProviderTextFile Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For more information, see LogProviderTextFileClass.
public interface class LogProviderTextFile : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogProvider100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderTextFileClass))]
[System.Runtime.InteropServices.Guid("A016D48F-6E10-4162-AEA0-AD2F9527B21F")]
public interface LogProviderTextFile : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProvider100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderTextFileClass))]
[System.Runtime.InteropServices.Guid("61389A36-A19E-495E-AD03-43A2041ABDDA")]
public interface LogProviderTextFile : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProvider100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderTextFileClass))]
[System.Runtime.InteropServices.Guid("FB9E1D2B-3581-4FA2-9063-858FC1DADDEC")]
public interface LogProviderTextFile : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProvider100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderTextFileClass))>]
[<System.Runtime.InteropServices.Guid("A016D48F-6E10-4162-AEA0-AD2F9527B21F")>]
type LogProviderTextFile = interface
interface IDTSLogProvider100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderTextFileClass))>]
[<System.Runtime.InteropServices.Guid("61389A36-A19E-495E-AD03-43A2041ABDDA")>]
type LogProviderTextFile = interface
interface IDTSLogProvider100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderTextFileClass))>]
[<System.Runtime.InteropServices.Guid("FB9E1D2B-3581-4FA2-9063-858FC1DADDEC")>]
type LogProviderTextFile = interface
interface IDTSLogProvider100
Public Interface LogProviderTextFile
Implements IDTSLogProvider100
- Derived
- Attributes
- Implements
Properties
ConfigString |
Gets or sets the connection and configuration information for the specific log provider. (Inherited from IDTSLogProvider100) |
Methods
CloseLog() |
Closes the log. (Inherited from IDTSLogProvider100) |
OpenLog() |
Opens the log. (Inherited from IDTSLogProvider100) |
Validate(IDTSInfoEvents100) |
Validates the log and returns an enumeration that indicates success or failure. (Inherited from IDTSLogProvider100) |