IDTSOutput100.IsAttached 屬性

定義

public:
 property bool IsAttached { bool get(); };
[System.Runtime.InteropServices.DispId(110)]
public bool IsAttached { [System.Runtime.InteropServices.DispId(110)] get; }
[<System.Runtime.InteropServices.DispId(110)>]
[<get: System.Runtime.InteropServices.DispId(110)>]
member this.IsAttached : bool
Public ReadOnly Property IsAttached As Boolean

屬性值

若 與IDTSOutput100另一個元件相連,則為 true;否則為 false。 預設值為 false

屬性

備註

IDTSOutput100 未連接到路徑的物件不會從資料流引擎接收 a PipelineBuffer

例如,來源元件或具有多個IDTSOutput100物件的非同步輸出元件,會接收PipelineBuffer一個連接於從呼叫到路徑PrimeOutput上的每個IDTSOutput100元件。

適用於