IDTSEventsProvider100.EventInfos Propiedad

Definición

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

Valor de propiedad

Devuelve una colección EventInfos.

Atributos

Comentarios

La EventInfos colección se usa para contener eventos y eventos personalizados que desea que la tarea genere durante la ejecución. Al crear una tarea personalizada, use esta clase para agregar sus propios eventos personalizados al entorno de ejecución.

Se aplica a