EntityMembersMergeResponse Class

Definition

Represents a response to an EntityMembersMergeRequest.

public ref class EntityMembersMergeResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityMembersMergeResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembersMergeResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityMembersMergeResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMembersMergeResponse = class
Public Class EntityMembersMergeResponse
Inheritance
EntityMembersMergeResponse
Attributes

Constructors

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.

Fields

CreatedMembers

Specifies the collection of the created members.

OperationResult

Specifies the operation result, including a unique ID for tracking and logging.

Applies to