IDTSInput100.IsAttached 属性 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示 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 : boolPublic ReadOnly Property IsAttached As Boolean属性值
true if the IDTSInput100 object is attached to an IDTSOutput100 through an IDTSPath100; otherwise, false.
- 属性