Share via


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 de flujo de datos envía un error de validación cuando se detecta una salida no adjunta, ya que normalmente impide que se ejecute la tarea. 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, se produce un error en la validación de la tarea de flujo de datos.

Se aplica a