Constructeur ModelMembersBulkDeleteResponse (OperationResult, Collection<Identifier>)
Initializes a new instance of the ModelMembersBulkDeleteResponse class that has the specified operation result and staging batches.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
OperationResult As OperationResult, _
StagingBatches As Collection(Of Identifier) _
)
'Utilisation
Dim OperationResult As OperationResult
Dim StagingBatches As Collection(Of Identifier)
Dim instance As New ModelMembersBulkDeleteResponse(OperationResult, _
StagingBatches)
public ModelMembersBulkDeleteResponse(
OperationResult OperationResult,
Collection<Identifier> StagingBatches
)
public:
ModelMembersBulkDeleteResponse(
OperationResult^ OperationResult,
Collection<Identifier^>^ StagingBatches
)
new :
OperationResult:OperationResult *
StagingBatches:Collection<Identifier> -> ModelMembersBulkDeleteResponse
public function ModelMembersBulkDeleteResponse(
OperationResult : OperationResult,
StagingBatches : Collection<Identifier>
)
Paramètres
- OperationResult
Type : Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.
- StagingBatches
Type : System.Collections.ObjectModel.Collection<Identifier>
An array that contains the staging batch identifiers.
Voir aussi
Référence
ModelMembersBulkDeleteResponse Classe