IDTSOutput100.DeleteOutputOnPathDetached Propiedad

Definición

Obtiene o establece un valor que determina si el motor de flujo de datos elimina un objeto IDTSOutput100 cuando se separa de un objeto IDTSPath100.

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

Valor de propiedad

true si IDTSOutput100 se elimina; de lo contrario, false.

Atributos

Comentarios

Si esta propiedad es true, IDTSOutput100 se elimina de la colección de salida cuando la salida se desasocia de una ruta de acceso.

Se aplica a