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

 

Applies To: SQL Server 2016 Preview

Creates new members.

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

Syntax

public Collection<MemberIdentifier> EntityMembersCreate(
    International International,
    EntityMembers Members,
    bool ReturnCreatedIdentifiers,
    out OperationResult OperationResult
)
public:
Collection<MemberIdentifier^>^ EntityMembersCreate(
    International^ International,
    EntityMembers^ Members,
    bool ReturnCreatedIdentifiers,
    [OutAttribute] OperationResult^% OperationResult
)
member EntityMembersCreate : 
        International:International *
        Members:EntityMembers *
        ReturnCreatedIdentifiers:bool *
        OperationResult:OperationResult byref -> Collection<MemberIdentifier>
Public Function EntityMembersCreate (
    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 created members.

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top