次の方法で共有


IDTSLogProvider100 インターフェイス

定義

ログ プロバイダーのインターフェイスを実装します。

public interface class IDTSLogProvider100
[System.Runtime.InteropServices.Guid("A016D48F-6E10-4162-AEA0-AD2F9527B21F")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSLogProvider100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("61389A36-A19E-495E-AD03-43A2041ABDDA")]
public interface IDTSLogProvider100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("FB9E1D2B-3581-4FA2-9063-858FC1DADDEC")]
public interface IDTSLogProvider100
[<System.Runtime.InteropServices.Guid("A016D48F-6E10-4162-AEA0-AD2F9527B21F")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSLogProvider100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("61389A36-A19E-495E-AD03-43A2041ABDDA")>]
type IDTSLogProvider100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("FB9E1D2B-3581-4FA2-9063-858FC1DADDEC")>]
type IDTSLogProvider100 = interface
Public Interface IDTSLogProvider100
派生
属性

注釈

詳細については、「LogProvider」を参照してください。

プロパティ

ConfigString

特定のログ プロバイダーの接続と構成情報を取得します。値の設定も可能です。

メソッド

CloseLog()

ログを閉じます。

OpenLog()

ログを開きます。

Validate(IDTSInfoEvents100)

ログを検証して、成功したかどうかを示す列挙を返します。

適用対象