IDTSOutput100.Dangling 屬性

定義

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,且輸出附加於輸入,資料流任務驗證失敗。

適用於