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 未附加到路径的对象不会从数据流引擎接收 PipelineBuffer

例如,具有多个IDTSOutput100对象的异步输出的源组件或组件接收PipelineBuffer从调用PrimeOutput到路径的每个IDTSOutput100组件。

适用于