IDTSOutput100.IsAttached Property

Definition

Gets a value that indicates if the IDTSOutput100 object is attached to another component via an IDTSPath100object.

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

Property Value

true if the IDTSOutput100 is connected to another component; otherwise, false. The default is false.

Attributes

Remarks

IDTSOutput100 objects that are not attached to a path do not receive a PipelineBuffer from the data flow engine.

For example, source components or components with asynchronous outputs that have multiple IDTSOutput100 objects, receive a PipelineBuffer for each IDTSOutput100 attached to a path from a call to PrimeOutput.

Applies to