Compartir a través de


IDTSManagedComponentHost100.HostLogEntryInfos Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Sets the log entry information instance of the host.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
WriteOnly Property HostLogEntryInfos As IDTSLogEntryInfos100 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

IDTSManagedComponentHost100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper