Classe UserPreferencesUpdateResponse
Defines the message contract for the user preferences update response.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices..::..UserPreferencesUpdateResponse
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<MessageContractAttribute(WrapperName := "UserPreferencesUpdateResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class UserPreferencesUpdateResponse
'Uso
Dim instance As UserPreferencesUpdateResponse
[MessageContractAttribute(WrapperName = "UserPreferencesUpdateResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class UserPreferencesUpdateResponse
[MessageContractAttribute(WrapperName = L"UserPreferencesUpdateResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class UserPreferencesUpdateResponse
[<MessageContractAttribute(WrapperName = "UserPreferencesUpdateResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type UserPreferencesUpdateResponse = class end
public class UserPreferencesUpdateResponse
O tipo UserPreferencesUpdateResponse expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
UserPreferencesUpdateResponse() () () () | Initializes a new instance of the UserPreferencesUpdateResponse class that has default values. | |
UserPreferencesUpdateResponse(OperationResult) | Initializes a new instance of the UserPreferencesUpdateResponse class that has the specified operation result. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
OperationResult | The operation result, including a unique ID for tracking and logging. |
Início
Comentários
UserPreferencesUpdateResponse provides only standard operation results.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.