IDTSOutput100.IsAttached 屬性

定義

取得值,指出 IDTSOutput100 物件是否透過 IDTSPath100 物件附加至另一個元件。

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

屬性值

Boolean

如果 IDTSOutput100 連接到另一個元件,則為 true,否則為 false。 預設為 false。

屬性

備註

IDTSOutput100 未附加至路徑的物件不會 PipelineBuffer 從資料流程引擎接收。

例如,具有多個物件之非同步輸出的來源元件或元件 IDTSOutput100 ,會 PipelineBuffer 針對每個 IDTSOutput100 附加至呼叫的路徑接收 PrimeOutput

適用於