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 이 제한을 극복하고, 컴포넌트가 첨부되지 않은 출력을 검증 오류를 일으키지 않고 유지할 수 있습니다. 반면, 이 속성이 로 설정 true되고 출력이 입력에 부착되면 데이터 흐름 작업은 검증에 실패합니다.

적용 대상