IService.AttributeChange(AttributeChangeRequest) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Modifica un attributo.
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
Parametri
- request
- AttributeChangeRequest
Richiesta di modifica.
Restituisce
Risposta all'operazione di modifica.
- Attributi