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