ServiceClient.ModelMembersBulkDelete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Begins the asynchronous bulk deletion of members.
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
Parameters
- International
- International
The cultural settings.
- ModelMembers
- Collection<EntityMembers>
The collection of members to delete.
- StagingBatches
- Collection<Identifier>
When this method returns, contains a collection of identifiers of the staging batch. This parameter is passed uninitialized.
Returns
An OperationResult object containing the result of an operation.