共用方式為


IDTSRuntimeComponent100.LogEntryInfos 屬性

Provides the IDTSLogEntryInfos100 object to a component.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
WriteOnly Property LogEntryInfos As IDTSLogEntryInfos100 
    Set
'用途
Dim instance As IDTSRuntimeComponent100 
Dim value As IDTSLogEntryInfos100

instance.LogEntryInfos = value
IDTSLogEntryInfos100 LogEntryInfos { set; }
property IDTSLogEntryInfos100^ LogEntryInfos {
    void set (IDTSLogEntryInfos100^ value);
}
abstract LogEntryInfos : IDTSLogEntryInfos100 with get, set
function set LogEntryInfos (value : IDTSLogEntryInfos100)

屬性值

型別:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100
The IDTSLogEntryInfos100 object.

備註

The LogEntryInfos property is provided to a component by the data flow task and contains a collection of IDTSLogEntryInfo100 objects.

請參閱

參考

IDTSRuntimeComponent100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間