Partilhar via


Método ServiceClient.IService.AttributeChange

Changes an attribute.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
Private Function AttributeChange ( _
    request As AttributeChangeRequest _
) As AttributeChangeResponse Implements IService.AttributeChange
'Uso
Dim instance As ServiceClient
Dim request As AttributeChangeRequest
Dim returnValue As AttributeChangeResponse

returnValue = CType(instance, IService).AttributeChange(request)
AttributeChangeResponseIService.AttributeChange(
    AttributeChangeRequest request
)
private:
virtual AttributeChangeResponse^ AttributeChange(
    AttributeChangeRequest^ request
) sealed = IService::AttributeChange
private abstract AttributeChange : 
        request:AttributeChangeRequest -> AttributeChangeResponse 
private override AttributeChange : 
        request:AttributeChangeRequest -> AttributeChangeResponse
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Parâmetros

Valor de retorno

Tipo: Microsoft.MasterDataServices.AttributeChangeResponse
The AttributeChangeResponse for the operation.

Implementa

IService.AttributeChange(AttributeChangeRequest)

Consulte também

Referência

ServiceClient Classe

Namespace Microsoft.MasterDataServices