IDTSEventInfo100.AllowEventHandlers Proprietà

Definizione

public:
 property bool AllowEventHandlers { bool get(); };
[System.Runtime.InteropServices.DispId(1610743808)]
public bool AllowEventHandlers { [System.Runtime.InteropServices.DispId(1610743808)] get; }
[<System.Runtime.InteropServices.DispId(1610743808)>]
[<get: System.Runtime.InteropServices.DispId(1610743808)>]
member this.AllowEventHandlers : bool
Public ReadOnly Property AllowEventHandlers As Boolean

Valore della proprietà

Restituisce un Booleano che indica se lo strumento di sviluppo permetterà la creazione di oggetti gestori di eventi per l'evento. Se è vero, possono essere creati oggetti gestori di eventi per l'evento. Questa proprietà si applica solo agli eventi personalizzati che hai creato per il tuo compito personalizzato. Per maggiori informazioni, vedi Raising and Defining Events in a Custom Task.

Attributi

Si applica a