Compartir a través de


Service.AttributeChange Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Changes an attribute.

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

Sintaxis

'Declaración
Public Function AttributeChange ( _
    request As AttributeChangeRequest _
) As AttributeChangeResponse
'Uso
Dim instance As Service 
Dim request As AttributeChangeRequest 
Dim returnValue As AttributeChangeResponse 

returnValue = instance.AttributeChange(request)
public AttributeChangeResponse AttributeChange(
    AttributeChangeRequest request
)
public:
virtual AttributeChangeResponse^ AttributeChange(
    AttributeChangeRequest^ request
) sealed
abstract AttributeChange : 
        request:AttributeChangeRequest -> AttributeChangeResponse  
override AttributeChange : 
        request:AttributeChangeRequest -> AttributeChangeResponse
public final function AttributeChange(
    request : AttributeChangeRequest
) : AttributeChangeResponse

Parámetros

Valor devuelto

Tipo: Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeResponse
The response to the change operation.

Implementa

IService.AttributeChange(AttributeChangeRequest)

Vea también

Referencia

Service Clase

Espacio de nombres Microsoft.MasterDataServices.Services