Condividi tramite


Classe UserPreferencesDeleteRequest

Defines the message contract for the user preferences delete request.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices..::..UserPreferencesDeleteRequest

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<MessageContractAttribute(WrapperName := "UserPreferencesDeleteRequest", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class UserPreferencesDeleteRequest
'Utilizzo
Dim instance As UserPreferencesDeleteRequest
[MessageContractAttribute(WrapperName = "UserPreferencesDeleteRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class UserPreferencesDeleteRequest
[MessageContractAttribute(WrapperName = L"UserPreferencesDeleteRequest", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class UserPreferencesDeleteRequest
[<MessageContractAttribute(WrapperName = "UserPreferencesDeleteRequest", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type UserPreferencesDeleteRequest =  class end
public class UserPreferencesDeleteRequest

Nel tipo UserPreferencesDeleteRequest sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico UserPreferencesDeleteRequest() () () () Initializes a new instance of the UserPreferencesDeleteRequest class that has default values.
Metodo pubblico UserPreferencesDeleteRequest(International, Boolean, Dictionary< (Of < <' (String, String> ) > > )) Initializes a new instance of the UserPreferencesDeleteRequest class that has the specified cultural settings, user deletion preferences, and user preferences.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Campi

  Nome Descrizione
Campo pubblico DeleteAllUserPreferences When set to true, deletes all preferences for the current user; otherwise, false.
Campo pubblico International The cultural settings.
Campo pubblico UserPreferences The user preferences to delete.

In alto

Osservazioni

UserPreferencesDeleteRequest may include either a UserPreferences property containing one or more preference keys or DeleteAllUserPreferences set to true.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.