Compartir a través de


IDTSOutput100.DeleteOutputOnPathDetached Propiedad

Gets or sets a value that determines whether the data flow engine deletes an IDTSOutput100 object when it is detached from an IDTSPath100 object.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Property DeleteOutputOnPathDetached As Boolean 
    Get 
    Set
'Uso
Dim instance As IDTSOutput100 
Dim value As Boolean 

value = instance.DeleteOutputOnPathDetached

instance.DeleteOutputOnPathDetached = value
bool DeleteOutputOnPathDetached { get; set; }
property bool DeleteOutputOnPathDetached {
    bool get ();
    void set (bool value);
}
abstract DeleteOutputOnPathDetached : bool with get, set
function get DeleteOutputOnPathDetached () : boolean 
function set DeleteOutputOnPathDetached (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
true if the IDTSOutput100 is deleted; otherwise, false.

Comentarios

If this property is true, the IDTSOutput100 is deleted from the output collection when the output is detached from a path.

Vea también

Referencia

IDTSOutput100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper