IDTSManagedComponentHost100.HostLogEntryInfos Property
This API supports the SQL Server 2012 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
'Declaration
WriteOnly Property HostLogEntryInfos As IDTSLogEntryInfos100
Set
'Usage
Dim instance As IDTSManagedComponentHost100
Dim value As IDTSLogEntryInfos100
instance.HostLogEntryInfos = value
IDTSLogEntryInfos100 HostLogEntryInfos { set; }
property IDTSLogEntryInfos100^ HostLogEntryInfos {
void set (IDTSLogEntryInfos100^ value);
}
abstract HostLogEntryInfos : IDTSLogEntryInfos100 with get, set
function set HostLogEntryInfos (value : IDTSLogEntryInfos100)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100
The log entry information instance of the host.