Condividi tramite


IDTSVariable100.RaiseChangedEvent Proprietà

Definizione

Ottiene o imposta un valore che indica se la variabile è stata contrassegnata per la generazione dell'evento OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean) quando il valore della variabile viene modificato.

public:
 property bool RaiseChangedEvent { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(8)]
public bool RaiseChangedEvent { [System.Runtime.InteropServices.DispId(8)] get; [System.Runtime.InteropServices.DispId(8)] set; }
[<System.Runtime.InteropServices.DispId(8)>]
[<get: System.Runtime.InteropServices.DispId(8)>]
[<set: System.Runtime.InteropServices.DispId(8)>]
member this.RaiseChangedEvent : bool with get, set
Public Property RaiseChangedEvent As Boolean

Valore della proprietà

true se una modifica al valore della variabile deve generare un OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean) evento; in caso contrario, false.

Attributi

Commenti

Per altre informazioni, vedere Variable.

Si applica a