CManagedComponentWrapperClass.LogEntryInfos Property

Definition

Gets the IDTSLogEntryInfos100 object to the component.

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogEntryInfos100 ^ LogEntryInfos {  void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogEntryInfos100 ^ value); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100 LogEntryInfos { set; }
member this.LogEntryInfos : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogEntryInfos100
Public Overridable Property LogEntryInfos As IDTSLogEntryInfos100

Property Value

The IDTSLogEntryInfos100 object that is associated with the component.

Implements

Applies to