共用方式為


IDTSOutput100.DeleteOutputOnPathDetached 屬性

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

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Property DeleteOutputOnPathDetached As Boolean 
    Get 
    Set
'用途
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)

屬性值

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

備註

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

請參閱

參考

IDTSOutput100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間