LogProviderXMLFile 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 LogProviderXMLFileClass.
public interface class LogProviderXMLFile : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogProvider100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderXMLFileClass))]
[System.Runtime.InteropServices.Guid("A016D48F-6E10-4162-AEA0-AD2F9527B21F")]
public interface LogProviderXMLFile : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProvider100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderXMLFileClass))]
[System.Runtime.InteropServices.Guid("61389A36-A19E-495E-AD03-43A2041ABDDA")]
public interface LogProviderXMLFile : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProvider100
[System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderXMLFileClass))]
[System.Runtime.InteropServices.Guid("FB9E1D2B-3581-4FA2-9063-858FC1DADDEC")]
public interface LogProviderXMLFile : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProvider100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderXMLFileClass))>]
[<System.Runtime.InteropServices.Guid("A016D48F-6E10-4162-AEA0-AD2F9527B21F")>]
type LogProviderXMLFile = interface
interface IDTSLogProvider100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderXMLFileClass))>]
[<System.Runtime.InteropServices.Guid("61389A36-A19E-495E-AD03-43A2041ABDDA")>]
type LogProviderXMLFile = interface
interface IDTSLogProvider100
[<System.Runtime.InteropServices.CoClass(typeof(Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderXMLFileClass))>]
[<System.Runtime.InteropServices.Guid("FB9E1D2B-3581-4FA2-9063-858FC1DADDEC")>]
type LogProviderXMLFile = interface
interface IDTSLogProvider100
Public Interface LogProviderXMLFile
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) |