Compartir a través de


IDTSVariable100.RaiseChangedEvent Propiedad

Definición

Obtiene o establece un valor que indica si la variable se ha marcado para generar el evento OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean) cuando el valor de la variable cambia.

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

Valor de propiedad

True si un cambio en el valor de la variable es generar un OnVariableValueChanged(IDTSContainer100, IDTSVariable100, Boolean) evento; de lo contrario, false.

Atributos

Comentarios

Para obtener más información, vea Variable.

Se aplica a