LogProviderSQLProfilerClass 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 LogProviderSQLProfiler 接口的类。
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
- 继承
-
LogProviderSQLProfilerClass
- 属性
- 实现
构造函数
LogProviderSQLProfilerClass() |
初始化 LogProviderSQLProfilerClass 类的新实例。 |
属性
ConfigString |
获取或设置用于配置日志提供程序的字符串。 |
CreationName |
获取运行时用来创建日志提供程序的实例的字符串。 |
Description |
获取或设置日志提供程序的说明。 |
Enabled |
获取一个值,该值指示是否启用日志提供程序。 |
ID |
获取日志提供程序的标识符。 |
Name |
获取或设置日志提供程序的名称。 |
方法
CloseLog() |
关闭日志。 |
GetFilterStatus(String[]) |
获取指定事件的筛选器状态。 |
Log(String, String, String, String, String, String, String, DateTime, DateTime, Int32, Byte[]) |
写入该日志条目。 |
OpenLog() |
打开日志。 |
Validate(IDTSInfoEvents100) |
验证具有指定事件的日志提供程序。 |