PipelineComponent.LogEntryInfos Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Important
Cette API n’est pas conforme CLS.
Obtient une collection IDTSLogEntryInfos100 d'événements de journalisation enregistrés par le composant.
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
Valeur de propriété
Collection IDTSLogEntryInfos100 d’événements de journalisation que le composant a inscrits. Pour plus d’informations, consultez Journalisation et définition d’entrées de journal dans un composant Data Flow.
- Attributs