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 のインデックスを含みます。
返品
コンポーネントが IsErrorOut プロパティを true に設定した IDTSOutput100 オブジェクトを持つ場合、true;そうでなければ false。
注釈
GetErrorOutputInfo はベースクラスが提供する補助関数で、コンポーネントのエラー出力を取得します。 コンポーネントにエラー出力がなければ、メソッドは falseを返します。
詳細については、「Data Flow Componentにおけるエラー出力の使用」を参照してください。