PipelineComponent.LogEntryInfos Propiedad

Definición

Importante

Esta API no es conforme a CLS.

Obtiene una colección IDTSLogEntryInfos100 de eventos de registro que el componente ha registrado.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogEntryInfos100 ^ LogEntryInfos { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogEntryInfos100 ^ get(); };
[System.CLSCompliant(false)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100 LogEntryInfos { get; }
[<System.CLSCompliant(false)>]
member this.LogEntryInfos : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100
Public ReadOnly Property LogEntryInfos As IDTSLogEntryInfos100

Valor de propiedad

Colección IDTSLogEntryInfos100 de eventos de registro que el componente ha registrado. Para obtener más información, vea Registro y definición de entradas de registro en un componente de Data Flow.

Atributos

Se aplica a