PipelineComponent::LogEntryInfos Property
Gets an IDTSLogEntryInfos100 collection of logging events that the component has registered.
This API is not CLS-compliant.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
public: [CLSCompliantAttribute(false)] property IDTSLogEntryInfos100^ LogEntryInfos { IDTSLogEntryInfos100^ get(); }
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper::IDTSLogEntryInfos100^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.
Show: