IDTSOutput100.IsAttached 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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를 PrimeOutput받 PipelineBuffer 습니다.