EntityMembersMergeResponse Class
SQL Server 2012
Represents a response to an EntityMembersMergeRequest.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
The EntityMembersMergeResponse type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | EntityMembersMergeResponse() | Initializes a new instance of the EntityMembersMergeResponse class that has default values. |
![]() | EntityMembersMergeResponse(Collection<MemberIdentifier>, OperationResult) | Initializes a new instance of the EntityMembersMergeResponse class that has the specified created members and operation result. |
| Name | Description | |
|---|---|---|
![]() | CreatedMembers | Specifies the collection of the created members. |
![]() | OperationResult | Specifies the operation result, including a unique ID for tracking and logging. |

