Compartir a través de


ServiceClient.IService.AttributeChange Método

Changes an attribute.

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.

Parámetros

Valor devuelto

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

Implementa

IService.AttributeChange(AttributeChangeRequest)

Vea también

Referencia

ServiceClient Clase

Espacio de nombres Microsoft.MasterDataServices