ServiceClient.ModelMembersBulkDelete 方法

定义

开始异步大容量删除成员。

public:
 Microsoft::MasterDataServices::OperationResult ^ ModelMembersBulkDelete(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 ModelMembersBulkDelete (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityMembers> ModelMembers, out System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> StagingBatches);
member this.ModelMembersBulkDelete : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityMembers> * Collection -> Microsoft.MasterDataServices.OperationResult
Public Function ModelMembersBulkDelete (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 对象。

适用于