IDTSOutput100.Dangling Propiedad

Definición

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

Valor de propiedad

true si la salida no está adjunta durante la ejecución; de lo contrario, false.

Atributos

Comentarios

La tarea flujo de datos publica un error de validación cuando se detecta una salida no adjunta, ya que normalmente impide que la tarea se ejecute. Establecer esta propiedad en true supera esta restricción y permite a los componentes mantener salidas no adjuntas sin provocar un error de validación. Por el contrario, si esta propiedad se establece en true y la salida se adjunta a una entrada, la tarea de flujo de datos produce un error en la validación.

Se aplica a