다음을 통해 공유


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입니다.

구현

특성

적용 대상