LogProviderEventLogClass クラス

定義

LogProviderEventLogインターフェースのクラスを表します。

public ref class LogProviderEventLogClass : Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogging100, Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSName100, Microsoft::SqlServer::Dts::Runtime::Wrapper::LogProviderEventLog
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.Guid("CFE49DCA-F092-448F-BFD7-1FCE3DCCFA8F")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
public class LogProviderEventLogClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderEventLog
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("6169E378-F8EF-499A-A52F-A26C1BB1357A")]
public class LogProviderEventLogClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderEventLog
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)]
[System.Runtime.InteropServices.Guid("B012F6D3-06A3-4370-B12B-564AE9A57469")]
public class LogProviderEventLogClass : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogging100, Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSName100, Microsoft.SqlServer.Dts.Runtime.Wrapper.LogProviderEventLog
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.Guid("CFE49DCA-F092-448F-BFD7-1FCE3DCCFA8F")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FCanCreate)>]
type LogProviderEventLogClass = class
    interface IDTSLogProvider100
    interface LogProviderEventLog
    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("6169E378-F8EF-499A-A52F-A26C1BB1357A")>]
type LogProviderEventLogClass = class
    interface IDTSLogProvider100
    interface LogProviderEventLog
    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("B012F6D3-06A3-4370-B12B-564AE9A57469")>]
type LogProviderEventLogClass = class
    interface IDTSLogProvider100
    interface LogProviderEventLog
    interface IDTSLogging100
    interface IDTSName100
Public Class LogProviderEventLogClass
Implements IDTSLogging100, IDTSName100, LogProviderEventLog
継承
LogProviderEventLogClass
属性
実装

コンストラクター

名前 説明
LogProviderEventLogClass()

LogProviderEventLogClass クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
ConfigString

ログプロバイダーの設定に使われる文字列を取得したり設定したりします。

CreationName

ランタイムでログプロバイダーのインスタンスを作成するために使われる文字列を取得します。

Description

ログプロバイダーの記述を取得するか設定します。

Enabled

ログプロバイダーが有効かどうかを示す値を受け取ります。

ID

ログ提供者の識別子を取得します。

Name

ログプロバイダーの名前を取得するか設定します。

メソッド

名前 説明
CloseLog()

ログを閉じる。

GetFilterStatus(String[])

指定されたイベントのフィルター状態を取得します。

Log(String, String, String, String, String, String, String, DateTime, DateTime, Int32, Byte[])

ログエントリーを書きます。

OpenLog()

ログを開けます。

Validate(IDTSInfoEvents100)

指定されたイベントでログ提供者を検証します。

適用対象