ビジネス・オブジェクト配列の、指定された指標にあるビジネス・オブジェクトを設定します。
構文
void IsetBusinessObjectAtIndex(long index, IBusinessObject inObj);
パラメーター
例外
例
// Set the business object at the index long index = 1; IBusinessObject aBusObj = accessSession.IcreateBusinessObject( "PayableNetChange"); exampleBusObjArray.IsetBusinessObjectAtIndex(index, aBusObj);