IDTSLoggingOptions100 インターフェイス

定義

DTSログオプションのインターフェースを表します。

public interface class IDTSLoggingOptions100
[System.Runtime.InteropServices.Guid("886FF0D8-5C09-457B-AAF3-83EC9580D0D0")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSLoggingOptions100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("E0500C12-02F9-4A58-9B4C-4E439A19F5CA")]
public interface IDTSLoggingOptions100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("1B80BEA4-D5FE-415C-953B-1FD0E358F2DE")]
public interface IDTSLoggingOptions100
[<System.Runtime.InteropServices.Guid("886FF0D8-5C09-457B-AAF3-83EC9580D0D0")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSLoggingOptions100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("E0500C12-02F9-4A58-9B4C-4E439A19F5CA")>]
type IDTSLoggingOptions100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("1B80BEA4-D5FE-415C-953B-1FD0E358F2DE")>]
type IDTSLoggingOptions100 = interface
Public Interface IDTSLoggingOptions100
属性

注釈

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

プロパティ

名前 説明
EventFilter

フィルタリングオプションの対象となるイベント名を含む配列を取得します。

EventFilterKind

含めるか除外するかに関わらず、設定されるイベントフィルターの種類を表す値を取得または設定します。

SelectedLogProviders

コンテナ上でログプロバイダーの集合が選ばれます。

メソッド

名前 説明
GetColumnFilter(String, DTS_EVENT_COLUMN_FILTER)

指定されたイベントのカラムフィルターを返します。

GetColumnFilteredEvents()

列フィルターが設定されたイベントのリストを含む文字列配列を返します。

SetColumnFilter(String, DTS_EVENT_COLUMN_FILTER)

指定されたイベントの列フィルターを設定します。

適用対象