IDTSVariable100.RaiseChangedEvent Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.