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 的索引。

返回

如果组件具有属性 IDTSOutput100 设置为 true 的对象 IsErrorOut ,则为 true;否则为 false。

注解

GetErrorOutputInfo 是基类提供的帮助程序函数,用于检索组件的错误输出。 如果组件没有错误输出,该方法将返回 false

有关详细信息,请参阅在数据流组件中使用错误输出

适用于