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 네임스페이스