IDTSOutput100.IsAttached 속성

정의

IDTSOutput100 개체가 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

속성 값

다른 구성 요소에 IDTSOutput100 연결되어 있으면 true이고, 그렇지 않으면 false입니다. 기본값은 false입니다.

특성

설명

IDTSOutput100 경로에 연결되지 않은 개체는 데이터 흐름 엔진에서 수신 PipelineBuffer 하지 않습니다.

예를 들어 여러 IDTSOutput100 개체가 있는 비동기 출력이 있는 원본 구성 요소 또는 구성 요소는 호출에서 경로에 연결된 각 IDTSOutput100 항목에 대한 a를 PrimeOutputPipelineBuffer 습니다.

적용 대상