LogProviderSQLServerClass 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 LogProviderSQLServer interface.
public ref class LogProviderSQLServerClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogging100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSName100, Microsoft::SqlServer::Dts::Runtime::Wrapper::LogProviderSQLServer
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("9558A248-545E-4EEF-8360-3149BA29FF43")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class LogProviderSQLServerClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderSQLServer
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("2E5B5C92-2968-4520-95A8-3A33D55E4507")]
public class LogProviderSQLServerClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderSQLServer
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("D96EAA26-A42B-4564-A772-C24A43008C30")]
public class LogProviderSQLServerClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderSQLServer
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("9558A248-545E-4EEF-8360-3149BA29FF43")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type LogProviderSQLServerClass = class
interface IDTSLogProvider100
interface LogProviderSQLServer
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("2E5B5C92-2968-4520-95A8-3A33D55E4507")>]
type LogProviderSQLServerClass = class
interface IDTSLogProvider100
interface LogProviderSQLServer
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("D96EAA26-A42B-4564-A772-C24A43008C30")>]
type LogProviderSQLServerClass = class
interface IDTSLogProvider100
interface LogProviderSQLServer
interface IDTSLogging100
interface IDTSName100
Public Class LogProviderSQLServerClass
Implements IDTSLogging100, IDTSName100, LogProviderSQLServer
- Inheritance
-
LogProviderSQLServerClass
- Attributes
- Implements
Constructors
LogProviderSQLServerClass() |
Initializes a new instance of the LogProviderSQLServerClass 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. |