IDTSInput100.IsAttached プロパティ

定義

IDTSInput100IDTSPath100オブジェクトを通じて上流のコンポーネントに付いているかどうかを示す値が得られます。

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オブジェクトがIDTSPath100を介してIDTSOutput100に付加されている場合は真です。そうでなければ偽です。

属性

適用対象