ビジネス・オブジェクト内の属性を「ignore」に設定します。
構文
void IsetAttributeToIgnore(string attributeName);
パラメーター
戻り値
なし。
例外
例
// Set the Default Attribute to a CxIgnore value String attributeName = "Ignore"; exampleBusObj.IsetAttributeToIgnore(attributeName);