Método IService.AttributeChange
Changes an attribute.
Namespace: Microsoft.MasterDataServices.Services.ServiceContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxe
'Declaração
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function AttributeChange ( _
request As AttributeChangeRequest _
) As AttributeChangeResponse
'Uso
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
Parâmetros
- request
Tipo: Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeRequest
The change request.
Valor de retorno
Tipo: Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeResponse
The response to the change operation.
Consulte também
Referência
Namespace Microsoft.MasterDataServices.Services.ServiceContracts