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

屬性值

Boolean

如果在執行期間未附加輸出,則為 true;否則為 false。

屬性

備註

當探索到未連結的輸出時,資料流程工作會張貼驗證錯誤,因為這通常會讓工作無法執行。 將此屬性設定為可 true 克服此限制,並允許元件維持未附加的輸出,而不會造成驗證錯誤。 相反地,如果這個屬性設定為 true ,而且輸出會附加至輸入,則資料流程工作會失敗。

適用於