Udostępnij przez


IDTSRuntimeComponent100.LogEntryInfos Property

Provides the IDTSLogEntryInfos100 object to a component.

Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntax

'Deklaracja
<DispIdAttribute(26)> _
WriteOnly Property LogEntryInfos As IDTSLogEntryInfos100
[DispIdAttribute(26)] 
IDTSLogEntryInfos100 LogEntryInfos { set; }
[DispIdAttribute(26)] 
property IDTSLogEntryInfos100^ LogEntryInfos {
    void set (IDTSLogEntryInfos100^ A_1);
}
/** @property */
/** @attribute DispIdAttribute(26) */ 
void set_LogEntryInfos (IDTSLogEntryInfos100 A_1)
DispIdAttribute(26) 
function set LogEntryInfos (A_1 : IDTSLogEntryInfos100)

Property Value

The IDTSLogEntryInfos100 object.

Remarks

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

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.