PipelineComponent.GetErrorOutputInfo(Int32, Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンポーネントのエラー出力のインデックスと 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 コンポーネントでのエラー出力の使用」を参照してください。