IDTSOutput100.Dangling 속성

정의

IDTSOutput100이 연결 해제될 수 있음을 데이터 흐름 엔진에 알리는 값을 가져오거나 설정합니다.

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

속성 값

실행 중에 출력이 연결되지 않은 경우 true입니다. 그렇지 않으면 false입니다.

특성

설명

데이터 흐름 태스크는 연결되지 않은 출력이 검색될 때 유효성 검사 오류를 게시합니다. 이는 일반적으로 작업이 실행되지 않도록 하기 때문에 발생합니다. 이 속성을 설정하면 true 이 제한을 극복하고 구성 요소가 유효성 검사 오류를 일으키지 않고 연결되지 않은 출력을 유지 관리할 수 있습니다. 반면, 이 속성이 설정 true되고 출력이 입력에 연결된 경우 데이터 흐름 태스크는 유효성 검사에 실패합니다.

적용 대상