ServiceClient.ModelMembersBulkDelete Método
Begins the asynchronous bulk deletion of members.
Espacio de nombres: Microsoft.MasterDataServices
Ensamblado: Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Sintaxis
'Declaración
Public Function ModelMembersBulkDelete ( _
International As International, _
ModelMembers As Collection(Of EntityMembers), _
<OutAttribute> ByRef StagingBatches As Collection(Of Identifier) _
) As OperationResult
'Uso
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.ModelMembersBulkDelete(International, _
ModelMembers, StagingBatches)
public OperationResult ModelMembersBulkDelete(
International International,
Collection<EntityMembers> ModelMembers,
out Collection<Identifier> StagingBatches
)
public:
OperationResult^ ModelMembersBulkDelete(
International^ International,
Collection<EntityMembers^>^ ModelMembers,
[OutAttribute] Collection<Identifier^>^% StagingBatches
)
member ModelMembersBulkDelete :
International:International *
ModelMembers:Collection<EntityMembers> *
StagingBatches:Collection<Identifier> byref -> OperationResult
public function ModelMembersBulkDelete(
International : International,
ModelMembers : Collection<EntityMembers>,
StagingBatches : Collection<Identifier>
) : OperationResult
Parámetros
- International
Tipo: Microsoft.MasterDataServices.International
The cultural settings.
- ModelMembers
Tipo: System.Collections.ObjectModel.Collection<EntityMembers>
The collection of members to delete.
- StagingBatches
Tipo: System.Collections.ObjectModel.Collection<Identifier>%
When this method returns, contains a collection of identifiers of the staging batch. This parameter is passed uninitialized.
Valor devuelto
Tipo: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.