IDTSVariable100.RaiseChangedEvent Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur qui indique si la variable a été marquée pour déclencher l'événement OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean) lorsque la valeur de la variable change.
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
Valeur de propriété
true si une modification de la valeur de variable consiste à déclencher un OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean) événement ; sinon, false.
- Attributs
Remarques
Pour plus d’informations, consultez Variable.