Condividi tramite


Classe EntityMembersUpdateResponse

Represents a response message that contains the results of the operation.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices..::..EntityMembersUpdateResponse

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

Sintassi

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

Nel tipo EntityMembersUpdateResponse sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico EntityMembersUpdateResponse() () () () Initializes a new instance of the EntityMembersUpdateResponse class that has default values.
Metodo pubblico EntityMembersUpdateResponse(OperationResult) Initializes a new instance of the EntityMembersUpdateResponse class that has the specified operation result.

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.

In alto

Osservazioni

If you attempt to update the Code()()()() attribute and any other attribute in one call to EntityMembersUpdateRequest, only the Code()()()() attribute is updated.

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.