EntityMembersUpdateResponse Class
SQL Server 2012
Represents a response message that contains the results of the operation.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
The EntityMembersUpdateResponse type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | OperationResult | The operation result, including a unique ID for tracking and logging. |
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.

