PipelineComponent.LogEntryInfos Property

Definition

Important

This API is not CLS-compliant.

Gets an IDTSLogEntryInfos100 collection of logging events that the component has registered.

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

Property Value

An IDTSLogEntryInfos100 collection of logging events that the component has registered.For more information, see Logging and Defining Log Entries in a Data Flow Component.

Attributes

Applies to