PipelineComponent.LogEntryInfos プロパティ

定義

重要

この API は CLS 準拠ではありません。

コンポーネントが登録したログイベントの IDTSLogEntryInfos100 コレクションを取得します。

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogEntryInfos100 ^ LogEntryInfos { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogEntryInfos100 ^ get(); };
[System.CLSCompliant(false)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100 LogEntryInfos { get; }
[<System.CLSCompliant(false)>]
member this.LogEntryInfos : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100
Public ReadOnly Property LogEntryInfos As IDTSLogEntryInfos100

プロパティ値

コンポーネントが登録したログイベントのIDTSLogEntryInfos100集合です。詳細については、「Data Flow ComponentにおけるLog and Defining Log Enentry」をご覧ください。

属性

適用対象