PipelineComponent.GetErrorOutputInfo Method
Returns the index and ID of the error output of the component.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
구문
‘선언
Public Function GetErrorOutputInfo ( _
ByRef iErrorOutputID As Integer, _
ByRef iErrorOutputIndex As Integer _
) As Boolean
public bool GetErrorOutputInfo (
ref int iErrorOutputID,
ref int iErrorOutputIndex
)
public:
bool GetErrorOutputInfo (
int% iErrorOutputID,
int% iErrorOutputIndex
)
public boolean GetErrorOutputInfo (
/** @ref */ int iErrorOutputID,
/** @ref */ int iErrorOutputIndex
)
JScript는 값 유형 인수를 참조로 전달하는 것을 지원하지 않습니다.
매개 변수
- iErrorOutputID
Contains the ID of the error IDTSOutput90 when the method returns.
- iErrorOutputIndex
Contains the index of the error IDTSOutput90 when the method returns.
반환 값
true if the component has an IDTSOutput90 object with the IsErrorOut property set to true; otherwise, false.
주의
GetErrorOutputInfo is a helper function provided by the base class that retrieves the error output of the component. If the component does not have an error output, the method returns false.
For more information, see Using Error Outputs in a Data Flow Component.
스레드 보안
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
PipelineComponent Class
PipelineComponent Members
Microsoft.SqlServer.Dts.Pipeline Namespace