IDTSOutput100.Dangling Propiedad

Definición

Obtiene o establece un valor que notifica al motor de flujo de datos que se puede desasociar IDTSOutput100.

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 para true superar 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 está establecida trueen y la salida se adjunta a una entrada, la tarea de flujo de datos produce un error en la validación.

Se aplica a