PipelineComponent.LogEntryInfos Property
Gets an IDTSLogEntryInfos100 collection of logging events that the component has registered. This property is not CLS-compliant.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
Syntax
'Deklaracja
<CLSCompliantAttribute(False)> _
Public ReadOnly Property LogEntryInfos As IDTSLogEntryInfos100
[CLSCompliantAttribute(false)]
public IDTSLogEntryInfos100 LogEntryInfos { get; }
[CLSCompliantAttribute(false)]
public:
property IDTSLogEntryInfos100^ LogEntryInfos {
IDTSLogEntryInfos100^ get ();
}
/** @property */
public IDTSLogEntryInfos100 get_LogEntryInfos ()
public function get LogEntryInfos () : 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.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.