PipelineComponent.LogEntryInfos Property
Gets an IDTSLogEntryInfos100 collection of logging events that the component has registered.
This API is not CLS-compliant. Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
[CLSCompliantAttribute(false)] public IDTSLogEntryInfos100 LogEntryInfos { get; }
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100An IDTSLogEntryInfos100 collection of logging events that the component has registered.
For more information, see Logging and Defining Log Entries in a Data Flow Component.