ServiceClient.ModelMembersBulkUpdate Method

Begins the asynchronous bulk update of member data across one or more entities.

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

Syntax

'Declaration
Public Function ModelMembersBulkUpdate ( _
    International As International, _
    ModelMembers As Collection(Of EntityMembers), _
    <OutAttribute> ByRef StagingBatches As Collection(Of Identifier) _
) As OperationResult
'Usage
Dim instance As ServiceClient
Dim International As International
Dim ModelMembers As Collection(Of EntityMembers)
Dim StagingBatches As Collection(Of Identifier)
Dim returnValue As OperationResult

returnValue = instance.ModelMembersBulkUpdate(International, _
    ModelMembers, StagingBatches)
public OperationResult ModelMembersBulkUpdate(
    International International,
    Collection<EntityMembers> ModelMembers,
    out Collection<Identifier> StagingBatches
)
public:
OperationResult^ ModelMembersBulkUpdate(
    International^ International, 
    Collection<EntityMembers^>^ ModelMembers, 
    [OutAttribute] Collection<Identifier^>^% StagingBatches
)
member ModelMembersBulkUpdate : 
        International:International * 
        ModelMembers:Collection<EntityMembers> * 
        StagingBatches:Collection<Identifier> byref -> OperationResult
public function ModelMembersBulkUpdate(
    International : International, 
    ModelMembers : Collection<EntityMembers>, 
    StagingBatches : Collection<Identifier>
) : OperationResult

Parameters

Return Value

Type: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.

See Also

Reference

ServiceClient Class

Microsoft.MasterDataServices Namespace