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

verdadero si la salida se desconecta durante la ejecución; de lo contrario, falso.

Atributos

Comentarios

La tarea de flujo de datos genera un error de validación cuando se descubre una salida no vinculada, ya que normalmente esto impide que la tarea se ejecute. Poner esta propiedad en verdadero supera esta restricción y permite a los componentes mantener salidas no conectadas sin causar un error de validación. En cambio, si esta propiedad se pone en verdadero y la salida se adjunta a una entrada, la tarea de flujo de datos falla en validación.

Se aplica a