属性のタイプを取得します。
構文
long IgetAttributeType(string attributeName);
パラメーター
戻り値
ビジネス・オブジェクト内の指定された属性のデータ型を示す整数。次を参照してください。
例外
例
String attributeName = "Name"; long attributeType = 0; attributeType = aBusObj.IgetAttributeType(attributeName);