IDTSInput100.IsAttached 属性

定义

获取一个值,该值指示 IDTSInput100 是否通过 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

属性值

true if the IDTSInput100 object is attached to an IDTSOutput100 through an IDTSPath100; otherwise, false.

属性

适用于