Share via


LogProviderSQLProfilerClass クラス

定義

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)

指定されたイベントでログ プロバイダーを検証します。

適用対象