语言

ServiceClient.ModelMembersBulkUpdate 方法

定义

开始跨一个或多个实体的成员数据异步批量更新。

public:
 Microsoft::MasterDataServices::OperationResult ^ ModelMembersBulkUpdate(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::EntityMembers ^> ^ ModelMembers, [Runtime::InteropServices::Out] System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ % StagingBatches);
public Microsoft.MasterDataServices.OperationResult ModelMembersBulkUpdate(Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityMembers> ModelMembers, out System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> StagingBatches);
member this.ModelMembersBulkUpdate : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityMembers> * Collection -> Microsoft.MasterDataServices.OperationResult
Public Function ModelMembersBulkUpdate (International As International, ModelMembers As Collection(Of EntityMembers), ByRef StagingBatches As Collection(Of Identifier)) As OperationResult

参数

International
International

文化背景。

ModelMembers
Collection<EntityMembers>

成员名单更新。

StagingBatches
Collection<Identifier>

当该方法返回时,包含了分阶段批次的一组标识符。 此参数未初始化传递。

返回

包含操作结果的 OperationResult 对象。

适用于