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 のインデックスを含みます。

返品

コンポーネントが IsErrorOut プロパティを true に設定した IDTSOutput100 オブジェクトを持つ場合、true;そうでなければ false。

注釈

GetErrorOutputInfo はベースクラスが提供する補助関数で、コンポーネントのエラー出力を取得します。 コンポーネントにエラー出力がなければ、メソッドは falseを返します。

詳細については、「Data Flow Componentにおけるエラー出力の使用」を参照してください。

適用対象