次の方法で共有


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 コンポーネントでのエラー出力の使用」を参照してください。

適用対象