Classe EntityMembersUpdateResponse
Represents a response message that contains the results of the operation.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.EntityMembersUpdateResponse
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<MessageContractAttribute(WrapperName := "EntityMembersUpdateResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class EntityMembersUpdateResponse
'Uso
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
O tipo EntityMembersUpdateResponse expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
EntityMembersUpdateResponse() | Initializes a new instance of the EntityMembersUpdateResponse class that has default values. | |
EntityMembersUpdateResponse(OperationResult) | Initializes a new instance of the EntityMembersUpdateResponse 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
If you attempt to update the Microsoft.MasterDataServices.Core.BusinessEntities.Member.Code attribute and any other attribute in one call to EntityMembersUpdateRequest, only the Microsoft.MasterDataServices.Core.BusinessEntities.Member.Code attribute is updated.
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.