次の方法で共有


IService.AttributeChange メソッド

属性を変更します。

名前空間:  Microsoft.MasterDataServices.Services.ServiceContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function AttributeChange ( _
    request As AttributeChangeRequest _
) As AttributeChangeResponse
'使用
Dim instance As IService 
Dim request As AttributeChangeRequest 
Dim returnValue As AttributeChangeResponse 

returnValue = instance.AttributeChange(request)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
AttributeChangeResponse AttributeChange(
    AttributeChangeRequest request
)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
AttributeChangeResponse^ AttributeChange(
    AttributeChangeRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract AttributeChange : 
        request:AttributeChangeRequest -> AttributeChangeResponse
function AttributeChange(
    request : AttributeChangeRequest
) : AttributeChangeResponse

パラメーター

戻り値

型: Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeResponse
変更操作に対する応答。

関連項目

参照

IService インターフェイス

Microsoft.MasterDataServices.Services.ServiceContracts 名前空間