MSDNを経由しましたが、以下に記載されているメソッドについて正しく理解できませんでした。ComponentMetaData.FireErrorメソッドは、SSISスクリプトコンポーネントで何を行うのですか
以下のコードは、SSISスクリプトの宛先コンポーネントに含まれている場合、どのようなことをしますか?
bool Error = false;
this.ComponentMetaData.FireError(0, "myScriptComponent",
"`A Transformation error occurred. Check the corresponding Text File ",
"", 0, out Error);`