Condividi tramite


Classe UserPreferencesGetResponse

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

Gerarchia di ereditarietà

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

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

Sintassi

'Dichiarazione
<MessageContractAttribute(WrapperName := "UserPreferencesGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class UserPreferencesGetResponse
'Utilizzo
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

Nel tipo UserPreferencesGetResponse sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico UserPreferencesGetResponse() () () () Initializes a new instance of the UserPreferencesGetResponse class that has default values.
Metodo pubblico 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.

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 OperationResult The operation result, including a unique ID for tracking and logging.
Campo pubblico UserPreferences The user preferences to get.

In alto

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.