IDTSRuntimeComponent100.LogEntryInfos 属性

定义

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSLogEntryInfos100 ^ LogEntryInfos {  void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSLogEntryInfos100 ^ value); };
[System.Runtime.InteropServices.DispId(26)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.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.Sql2014.IDTSLogEntryInfos100
Public Property LogEntryInfos As IDTSLogEntryInfos100

属性值

IDTSLogEntryInfos100 对象。

属性

注解

LogEntryInfos 属性由数据流任务提供给组件,并包含对象的 IDTSLogEntryInfo100 集合。

适用于