Share via


Service.AttributeChange Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Changes an attribute.

Namespace:  Microsoft.MasterDataServices.Services
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
Public Function AttributeChange ( _
    request As AttributeChangeRequest _
) As AttributeChangeResponse
'Usage
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

Parameters

Return Value

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

Implements

IService.AttributeChange(AttributeChangeRequest)

See Also

Reference

Service Class

Microsoft.MasterDataServices.Services Namespace