IDTSManagedComponentHost100.HostLogEntryInfos Property

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Sets the log entry information instance of the host.

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

Syntax

[DispIdAttribute(1610678314)]
IDTSLogEntryInfos100 HostLogEntryInfos { set; }
[DispIdAttribute(1610678314)]
property IDTSLogEntryInfos100^ HostLogEntryInfos {
    void set(IDTSLogEntryInfos100^ value);
}
[<DispIdAttribute(1610678314)>]
abstract HostLogEntryInfos : IDTSLogEntryInfos100 with set
<DispIdAttribute(1610678314)>
WriteOnly Property HostLogEntryInfos As IDTSLogEntryInfos100

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100

The log entry information instance of the host.

See Also

IDTSManagedComponentHost100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top