次の方法で共有


IDTSEventsProvider100.EventInfos プロパティ

定義

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSEventInfos100 ^ EventInfos { Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSEventInfos100 ^ get(); };
[System.Runtime.InteropServices.DispId(11)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSEventInfos100 EventInfos { [System.Runtime.InteropServices.DispId(11)] get; }
[<System.Runtime.InteropServices.DispId(11)>]
[<get: System.Runtime.InteropServices.DispId(11)>]
member this.EventInfos : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSEventInfos100
Public ReadOnly Property EventInfos As IDTSEventInfos100

プロパティ値

EventInfos コレクションを返します。

属性

注釈

EventInfos コレクションは、カスタム イベントと、タスクの実行中に発生させるイベントを保持するために使用します。 カスタム タスクを作成するとき、このクラスを使用して、ランタイムに独自のカスタム イベントを追加します。

適用対象