IService.AttributeChange(AttributeChangeRequest) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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