Share via


IDTSRuntimeComponent100.LogEntryInfos プロパティ

定義

コンポーネントに IDTSLogEntryInfos100 オブジェクトを提供します。

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogEntryInfos100 ^ LogEntryInfos {  void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogEntryInfos100 ^ value); };
[System.Runtime.InteropServices.DispId(26)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100 LogEntryInfos { [System.Runtime.InteropServices.DispId(26)] set; }
[<System.Runtime.InteropServices.DispId(26)>]
[<set: System.Runtime.InteropServices.DispId(26)>]
member this.LogEntryInfos : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100
Public Property LogEntryInfos As IDTSLogEntryInfos100

プロパティ値

IDTSLogEntryInfos100 オブジェクト。

属性

注釈

LogEntryInfos プロパティは、データ フロー タスクによってコンポーネントに提供され、IDTSLogEntryInfo100 オブジェクトのコレクションを含みます。

適用対象