IDTSInput100.Dangling 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property bool Dangling { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(107)]
public bool Dangling { [System.Runtime.InteropServices.DispId(107)] get; [System.Runtime.InteropServices.DispId(107)] set; }
[<System.Runtime.InteropServices.DispId(107)>]
[<get: System.Runtime.InteropServices.DispId(107)>]
[<set: System.Runtime.InteropServices.DispId(107)>]
member this.Dangling : bool with get, set
Public Property Dangling As Boolean
屬性值
若執行時輸入未連接,則為真;否則,則為錯誤。
- 屬性
備註
當發現未掛接輸入時,資料流程任務會發布驗證錯誤,因為這通常會阻止任務執行。 將此屬性設 為 true 可克服此限制,允許元件維持未掛接輸入而不會造成驗證錯誤。 相較之下,若此屬性設 為 true,且輸入附加於輸出,資料流程任務即失敗驗證。
此特性通常在虛擬輸入時設 為 true 。 這類輸入被支援多個輸入的元件所使用。 虛擬輸入允許元件暴露一個可用輸入,該輸入可連接至上游元件。 當虛擬輸入連接到上游輸出時,其懸吊屬性設 為 false,並建立一個新的輸入,並將此屬性設 為 true。