PipelineComponent.LogEntryInfos Proprietà

Definizione

Importante

Questa API non è conforme a CLS.

Riceve una IDTSLogEntryInfos100 raccolta di eventi di logging che il componente ha registrato.

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

Valore della proprietà

Una IDTSLogEntryInfos100 raccolta di eventi di logging registrati dal componente. Per maggiori informazioni, vedi Logging and Defining Log Entries in a Flusso di dati Component.

Attributi

Si applica a