ServiceClient.ModelMembersBulkMerge 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
开始在一个或多个实体上异步大容量创建和/或更新成员数据。
public:
Microsoft::MasterDataServices::OperationResult ^ ModelMembersBulkMerge(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 ModelMembersBulkMerge (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityMembers> ModelMembers, out System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> StagingBatches);
member this.ModelMembersBulkMerge : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityMembers> * Collection -> Microsoft.MasterDataServices.OperationResult
Public Function ModelMembersBulkMerge (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 对象。