ビジネス・オブジェクト配列の末尾にあるビジネス・オブジェクトを設定します。
構文
void IsetBusinessObject(IBusinessObject value);
パラメーター
戻り値
なし。
例外
例
// Set the business object at the end of the array IBusinessObject srcBO = accessSession.IcreateBusinessObject( "PayableNetChange"); exampleBusObjArray.IsetBusinessObject(srcBO);