Freigeben über


IDTSManagedComponentHost100.HostLogEntryInfos-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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)

Eigenschaftswert

Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100
The log entry information instance of the host.

Siehe auch

Verweis

IDTSManagedComponentHost100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace