次の方法で共有


ServiceClient.IService.AttributeChange(AttributeChangeRequest) メソッド

定義

属性を変更します。

 virtual Microsoft::MasterDataServices::AttributeChangeResponse ^ Microsoft.MasterDataServices.IService.AttributeChange(Microsoft::MasterDataServices::AttributeChangeRequest ^ request) = Microsoft::MasterDataServices::IService::AttributeChange;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.AttributeChangeResponse IService.AttributeChange (Microsoft.MasterDataServices.AttributeChangeRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.AttributeChange : Microsoft.MasterDataServices.AttributeChangeRequest -> Microsoft.MasterDataServices.AttributeChangeResponse
override this.Microsoft.MasterDataServices.IService.AttributeChange : Microsoft.MasterDataServices.AttributeChangeRequest -> Microsoft.MasterDataServices.AttributeChangeResponse
Function AttributeChange (request As AttributeChangeRequest) As AttributeChangeResponse Implements IService.AttributeChange

パラメーター

request
AttributeChangeRequest

変更要求。

戻り値

操作の AttributeChangeResponse

実装

属性

適用対象