Service.AttributeChange(AttributeChangeRequest) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Altera o nome e/ou o tipo de um atributo
public:
virtual Microsoft::MasterDataServices::Services::MessageContracts::AttributeChangeResponse ^ AttributeChange(Microsoft::MasterDataServices::Services::MessageContracts::AttributeChangeRequest ^ request);
public Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeResponse AttributeChange (Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeRequest request);
abstract member AttributeChange : Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeRequest -> Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeResponse
override this.AttributeChange : Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeRequest -> Microsoft.MasterDataServices.Services.MessageContracts.AttributeChangeResponse
Public Function AttributeChange (request As AttributeChangeRequest) As AttributeChangeResponse
Parâmetros
- request
- AttributeChangeRequest
A solicitação de alteração.
Retornos
O AttributeChangeRequest da operação.