ビジネス・オブジェクト定義内の指定された位置にある属性のタイプを取得します。
構文
long IgetAttributeTypeAtIndex(long position);
パラメーター
戻り値
ビジネス・オブジェクト内の指定された位置にある属性のデータ型を示す整数。次を参照してください。
例外
例
int indexPosition = 1; long attributeType = 0; attributeType = aBusObj.IgetAttributeTypeAtIndex(indexPosition);