Partager via


Classe UserPreferencesGetResponse

Retrieves an array of key-value pairs that represent the user preference settings and their current values.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.MasterDataServices..::..UserPreferencesGetResponse

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

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

Le type UserPreferencesGetResponse expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique UserPreferencesGetResponse() () () () Initializes a new instance of the UserPreferencesGetResponse class that has default values.
Méthode publique UserPreferencesGetResponse(OperationResult, Dictionary< (Of < <' (String, String> ) > > )) Initializes a new instance of the UserPreferencesGetResponse class that has the specified operation result and user preferences to get.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Champs

  Nom Description
Champ public OperationResult The operation result, including a unique ID for tracking and logging.
Champ public UserPreferences The user preferences to get.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.