Costruttore ModelMembersBulkDeleteResponse (OperationResult, Collection(Identifier))
Initializes a new instance of the ModelMembersBulkDeleteResponse class that has the specified operation result and staging batches.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
OperationResult As OperationResult, _
StagingBatches As Collection(Of Identifier) _
)
'Utilizzo
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>
)
Parametri
- OperationResult
Tipo: Microsoft.MasterDataServices. . :: . .OperationResult
The operation result, including a unique ID for tracking and logging.
- StagingBatches
Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Identifier> ) > ) >
An array that contains the staging batch identifiers.