LogProviderSQLProfilerClass 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 LogProviderSQLProfiler interface.
public ref class LogProviderSQLProfilerClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogging100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSName100, Microsoft::SqlServer::Dts::Runtime::Wrapper::LogProviderSQLProfiler
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("D5ACEF69-2558-42E0-9273-3C443FCAE9F6")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class LogProviderSQLProfilerClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderSQLProfiler
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("C7F30B9B-9F8E-48F7-AC64-A831B03E1C13")]
public class LogProviderSQLProfilerClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderSQLProfiler
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("9ED92955-6799-4CAD-BD63-F1482F893A77")]
public class LogProviderSQLProfilerClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderSQLProfiler
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("D5ACEF69-2558-42E0-9273-3C443FCAE9F6")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type LogProviderSQLProfilerClass = class
interface IDTSLogProvider100
interface LogProviderSQLProfiler
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("C7F30B9B-9F8E-48F7-AC64-A831B03E1C13")>]
type LogProviderSQLProfilerClass = class
interface IDTSLogProvider100
interface LogProviderSQLProfiler
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("9ED92955-6799-4CAD-BD63-F1482F893A77")>]
type LogProviderSQLProfilerClass = class
interface IDTSLogProvider100
interface LogProviderSQLProfiler
interface IDTSLogging100
interface IDTSName100
Public Class LogProviderSQLProfilerClass
Implements IDTSLogging100, IDTSName100, LogProviderSQLProfiler
- Inheritance
-
LogProviderSQLProfilerClass
- Attributes
- Implements
Constructors
LogProviderSQLProfilerClass() |
Initializes a new instance of the LogProviderSQLProfilerClass 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. |