PipelineComponent.GetErrorOutputInfo(Int32, Int32) 메서드

정의

구성 요소 오류 출력의 인덱스 및 ID를 반환합니다.

public:
 bool GetErrorOutputInfo(int % iErrorOutputID, int % iErrorOutputIndex);
public bool GetErrorOutputInfo (ref int iErrorOutputID, ref int iErrorOutputIndex);
member this.GetErrorOutputInfo : int * int -> bool
Public Function GetErrorOutputInfo (ByRef iErrorOutputID As Integer, ByRef iErrorOutputIndex As Integer) As Boolean

매개 변수

iErrorOutputID
Int32

메서드가 반환하는 오류 IDTSOutput100의 ID를 포함합니다.

iErrorOutputIndex
Int32

메서드가 반환하는 오류 IDTSOutput100의 인덱스를 포함합니다.

반환

속성이 true로 IDTSOutput100 설정된 개체가 구성 요소에 IsErrorOut 있으면 true, 그렇지 않으면 false입니다.

설명

GetErrorOutputInfo 는 구성 요소의 오류 출력을 검색하는 기본 클래스에서 제공하는 도우미 함수입니다. 구성 요소에 오류 출력이 없으면 메서드가 반환됩니다 false.

자세한 내용은 Data Flow 구성 요소에서 오류 출력 사용을 참조하세요.

적용 대상