LogProviderXMLFileClass Class
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.
Represents a class for the LogProviderXMLFile interface.
public ref class LogProviderXMLFileClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogging100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSName100, Microsoft::SqlServer::Dts::Runtime::Wrapper::LogProviderXMLFile
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("F9EC8DD0-598D-4DC6-AC74-8D8675E77680")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class LogProviderXMLFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderXMLFile
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("FA0B1A04-4268-4258-9026-E4673B1990A1")]
public class LogProviderXMLFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderXMLFile
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("6494BD59-1FE6-40D7-ACF3-350D9EF9CEBD")]
public class LogProviderXMLFileClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderXMLFile
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("F9EC8DD0-598D-4DC6-AC74-8D8675E77680")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type LogProviderXMLFileClass = class
interface IDTSLogProvider100
interface LogProviderXMLFile
interface IDTSLogging100
interface IDTSName100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("FA0B1A04-4268-4258-9026-E4673B1990A1")>]
type LogProviderXMLFileClass = class
interface IDTSLogProvider100
interface LogProviderXMLFile
interface IDTSLogging100
interface IDTSName100
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
[<System.Runtime.InteropServices.Guid("6494BD59-1FE6-40D7-ACF3-350D9EF9CEBD")>]
type LogProviderXMLFileClass = class
interface IDTSLogProvider100
interface LogProviderXMLFile
interface IDTSLogging100
interface IDTSName100
Public Class LogProviderXMLFileClass
Implements IDTSLogging100, IDTSName100, LogProviderXMLFile
- Inheritance
-
LogProviderXMLFileClass
- Attributes
- Implements
Constructors
| LogProviderXMLFileClass() |
Initializes a new instance of the LogProviderXMLFileClass class. |
Properties
| ConfigString |
Gets or sets a string used to configure the log provider. |
| CreationName |
Gets the string used by the runtime to create an instance of the log provider. |
| Description |
Gets or sets the description of the log provider. |
| Enabled |
Gets a value that indicates whether the log provider is enabled. |
| ID |
Gets the identifier of the log provider. |
| Name |
Gets or sets the name of the log provider. |
Methods
| CloseLog() |
Closes the log. |
| GetFilterStatus(String[]) |
Gets the filter status of the specified events. |
| Log(String, String, String, String, String, String, String, DateTime, DateTime, Int32, Byte[]) |
Writes the log entry. |
| OpenLog() |
Opens the log. |
| Validate(IDTSInfoEvents100) |
Validates the log provider with the specified events. |