IService.AttributeChange(AttributeChangeRequest) Méthode

Définition

Modifie un attribut.

public:
 Microsoft::MasterDataServices::AttributeChangeResponse ^ AttributeChange(Microsoft::MasterDataServices::AttributeChangeRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChangeEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChange", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChangeResponse")]
public Microsoft.MasterDataServices.AttributeChangeResponse AttributeChange (Microsoft.MasterDataServices.AttributeChangeRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChangeEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChange", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/AttributeChangeResponse")>]
abstract member AttributeChange : Microsoft.MasterDataServices.AttributeChangeRequest -> Microsoft.MasterDataServices.AttributeChangeResponse
Public Function AttributeChange (request As AttributeChangeRequest) As AttributeChangeResponse

Paramètres

request
AttributeChangeRequest

Demande de modification.

Retours

Réponse à l'opération de modification.

Attributs

S’applique à