属性を変更します。
名前空間: 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
変更操作に対する応答。