Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
- request
Type: Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeRequest
The change request.
Return Value
Type: Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeResponse
The response to the change operation.
Implements
IService.AttributeChange(AttributeChangeRequest)