IDTSInput100.IsAttached Property

Definition

Gets a value that indicates if an IDTSInput100 is attached to an upstream component through an IDTSPath100 object.

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 IDTSInput100 object is attached to an IDTSOutput100 through an IDTSPath100; otherwise, false.

Attributes

Applies to