IgetLongTextAttribute()

属性の longtext 値を取得します。

構文

string IgetLongTextAttribute(string attributeName);
 

パラメーター

attributeName
longtext 値を取得する属性の名前。

戻り値

ストリングとしての属性の longtext 値。

例外

IAttributeNotSetException
属性値が設定されていない場合にスローされます。

IInvalidAttributeNameException
属性名が無効な場合にスローされます。

IInvalidAttributeTypeException
属性が longtext 型でない場合にスローされます。

IAttributeBlankException
属性にブランク値がある場合にスローされます。

// Call the LongText method and get the attribute
 long longValue = "net30";
 String longAttributeName = "Customer";
 longValue = exampleBusObj.IgetLongTextAttribute(longAttributeName);
 

Copyright IBM Corp. 2004