Compartir a través de


ManagedComponentHost.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 ManagedComponentHost log entry information.

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

Sintaxis

'Declaración
Public WriteOnly Property HostLogEntryInfos As IDTSLogEntryInfos100 
    Set
'Uso
Dim instance As ManagedComponentHost 
Dim value As IDTSLogEntryInfos100

instance.HostLogEntryInfos = value
public IDTSLogEntryInfos100 HostLogEntryInfos { set; }
public:
virtual property IDTSLogEntryInfos100^ HostLogEntryInfos {
    void set (IDTSLogEntryInfos100^ value) sealed;
}
abstract HostLogEntryInfos : IDTSLogEntryInfos100 with get, set 
override HostLogEntryInfos : IDTSLogEntryInfos100 with get, set
final function set HostLogEntryInfos (value : IDTSLogEntryInfos100)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100
The log entry information.

Implementa

IDTSManagedComponentHost100.HostLogEntryInfos

Vea también

Referencia

ManagedComponentHost Clase

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline