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组件已注册的日志记录事件的集合。有关详细信息,请参阅日志记录和定义数据流组件中的日志条目。

属性

适用于