Share via


CManagedComponentWrapperClass.LogEntryInfos プロパティ

定義

コンポーネントに対する IDTSLogEntryInfos100 オブジェクトを取得します。

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

プロパティ値

コンポーネントに関連付けられた IDTSLogEntryInfos100 オブジェクトです。

実装

適用対象