IService.UserPreferencesUpdate(UserPreferencesUpdateRequest) 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.
Aggiorna le preferenze dell'utente corrente.
public:
Microsoft::MasterDataServices::UserPreferencesUpdateResponse ^ UserPreferencesUpdate(Microsoft::MasterDataServices::UserPreferencesUpdateRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesUpdateEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesUpdate", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesUpdateResponse")]
public Microsoft.MasterDataServices.UserPreferencesUpdateResponse UserPreferencesUpdate (Microsoft.MasterDataServices.UserPreferencesUpdateRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesUpdateEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesUpdate", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/UserPreferencesUpdateResponse")>]
abstract member UserPreferencesUpdate : Microsoft.MasterDataServices.UserPreferencesUpdateRequest -> Microsoft.MasterDataServices.UserPreferencesUpdateResponse
Public Function UserPreferencesUpdate (request As UserPreferencesUpdateRequest) As UserPreferencesUpdateResponse
Parametri
- request
- UserPreferencesUpdateRequest
Richiesta di aggiornamento.
Restituisce
Nuova istanza del tipo UserPreferencesUpdateResponse.
- Attributi