ServiceClient.IService.AttributeChange Method (AttributeChangeRequest)

 

Applies To: SQL Server 2016 Preview

Changes an attribute.

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

Syntax

AttributeChangeResponse IService.AttributeChange(
    AttributeChangeRequest request
)
private:
virtual AttributeChangeResponse^ AttributeChange(
    AttributeChangeRequest^ request
) sealed = IService::AttributeChange
private abstract AttributeChange : 
        request:AttributeChangeRequest -> AttributeChangeResponse
private override AttributeChange : 
        request:AttributeChangeRequest -> AttributeChangeResponse
Private Function AttributeChange (
    request As AttributeChangeRequest
) As AttributeChangeResponse
    Implements IService.AttributeChange

Parameters

Return Value

Type: Microsoft.MasterDataServices.AttributeChangeResponse

The AttributeChangeResponse for the operation.

Implements

IService.AttributeChange(AttributeChangeRequest)

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top