UserPreferencesDeleteRequest Classe
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.
Definisce il contratto di messaggio per la richiesta di eliminazione delle preferenze utente.
public ref class UserPreferencesDeleteRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="UserPreferencesDeleteRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class UserPreferencesDeleteRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="UserPreferencesDeleteRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type UserPreferencesDeleteRequest = class
Public Class UserPreferencesDeleteRequest
- Ereditarietà
-
UserPreferencesDeleteRequest
- Attributi
Commenti
UserPreferencesDeleteRequest può includere una UserPreferences proprietà contenente una o più chiavi di preferenza o DeleteAllUserPreferences impostare su true
.
Costruttori
UserPreferencesDeleteRequest() |
Inizializza una nuova istanza della classe UserPreferencesDeleteRequest che dispone di valori predefiniti. |
UserPreferencesDeleteRequest(International, Boolean, Dictionary<String,String>) |
Inizializza una nuova istanza della classe UserPreferencesDeleteRequest che presenta le impostazioni relative alla lingua, le preferenze di eliminazione utente e le preferenze utente specificate. |
Campi
DeleteAllUserPreferences |
Se impostato su |
International |
Impostazioni cultura. |
UserPreferences |
Preferenze utente da eliminare. |