IDTSOutput100.IsAttached プロパティ

定義

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

プロパティ値

IDTSOutput100が他の成分に接続されている場合は、そうでなければです。 既定値は false です。

属性

注釈

IDTSOutput100 パスに接続されていないオブジェクトは、データフローエンジンから PipelineBuffer を受け取りません。

例えば、複数のIDTSOutput100オブジェクトを持つ非同期出力のソースコンポーネントは、呼び出しからPrimeOutputへのパスに付IDTSOutput100ごとにPipelineBufferを受け取ります。

適用対象