Share via


IDTSEventsProvider100.EventInfos Propriété

Définition

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

Valeur de propriété

Retourne une collection EventInfos.

Attributs

Remarques

La EventInfos collection est utilisée pour contenir des événements et des événements personnalisés que vous souhaitez déclencher lors de l’exécution. Lors de la création d’une tâche personnalisée, vous utilisez cette classe pour ajouter vos propres événements personnalisés au runtime.

S’applique à