ServiceClient.EntityMembersMerge Method (International, EntityMembers, Boolean, OperationResult)

 

Applies To: SQL Server 2016 Preview

Creates new members and updates existing members.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

public Collection<MemberIdentifier> EntityMembersMerge(
    International International,
    EntityMembers Members,
    bool ReturnCreatedIdentifiers,
    out OperationResult OperationResult
)
public:
Collection<MemberIdentifier^>^ EntityMembersMerge(
    International^ International,
    EntityMembers^ Members,
    bool ReturnCreatedIdentifiers,
    [OutAttribute] OperationResult^% OperationResult
)
member EntityMembersMerge : 
        International:International *
        Members:EntityMembers *
        ReturnCreatedIdentifiers:bool *
        OperationResult:OperationResult byref -> Collection<MemberIdentifier>
Public Function EntityMembersMerge (
    International As International,
    Members As EntityMembers,
    ReturnCreatedIdentifiers As Boolean,
    <OutAttribute> ByRef OperationResult As OperationResult
) As Collection(Of MemberIdentifier)

Parameters

  • ReturnCreatedIdentifiers
    Type: System.Boolean

    true to return the newly generated identifiers; otherwise, false.

Return Value

Type: System.Collections.ObjectModel.Collection<MemberIdentifier>

The list of members that was created and updated.

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top