IDTSOutput100.Dangling 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
되고 출력이 입력에 연결된 경우 데이터 흐름 태스크는 유효성 검사에 실패합니다.