IDTSEventsProvider100.EventInfos Proprietà

Definizione

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSEventInfos100 ^ EventInfos { Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSEventInfos100 ^ get(); };
[System.Runtime.InteropServices.DispId(11)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.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.Sql2012.IDTSEventInfos100
Public ReadOnly Property EventInfos As IDTSEventInfos100

Valore della proprietà

Restituisce una EventInfos collezione.

Attributi

Commenti

La EventInfos collezione viene utilizzata per contenere eventi personalizzati e eventi che vuoi che il compito venga attivato durante l'esecuzione. Quando crei un compito personalizzato, usi questa classe per aggiungere i tuoi eventi personalizzati all'runtime.

Si applica a