IDTSObjectModel100.EnableDisconnectedColumns 속성

정의

데이터 흐름 태스크에서 주 파이프에 연결이 끊어진 열을 사용할 수 있도록 설정하는지를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

데이터 흐름 태스크에서 연결이 끊어진 열을 사용하도록 설정하면 true입니다. 그렇지 않으면 false입니다.

특성

적용 대상