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 : bool
Public ReadOnly Property IsAttached As Boolean
屬性值
如果透過將 IDTSInput100 物件附加至,則為 true IDTSOutput100 IDTSPath100 ,否則為 false。
- 屬性