IDTSManagedComponentHost100.HostLogEntryInfos Property
This API supports the infrastructure and is not intended to be used directly from your code.
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