IDTSOutput100.DeleteOutputOnPathDetached Propriedade

Definição

Obtém ou define um valor que determina se o mecanismo de fluxo de dados exclui um objeto IDTSOutput100 quando ele é desanexado de um 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 da propriedade

true se for IDTSOutput100 excluído; caso contrário, false.

Atributos

Comentários

Se essa propriedade for true, ela IDTSOutput100 será excluída da coleção de saída quando a saída for desanexada de um caminho.

Aplica-se a