Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the ModelMembersBulkUpdateResponse class that has the specified operation result and staging batches.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
OperationResult As OperationResult, _
StagingBatches As Collection(Of Identifier) _
)
'Usage
Dim OperationResult As OperationResult
Dim StagingBatches As Collection(Of Identifier)
Dim instance As New ModelMembersBulkUpdateResponse(OperationResult, _
StagingBatches)
public ModelMembersBulkUpdateResponse(
OperationResult OperationResult,
Collection<Identifier> StagingBatches
)
public:
ModelMembersBulkUpdateResponse(
OperationResult^ OperationResult,
Collection<Identifier^>^ StagingBatches
)
new :
OperationResult:OperationResult *
StagingBatches:Collection<Identifier> -> ModelMembersBulkUpdateResponse
public function ModelMembersBulkUpdateResponse(
OperationResult : OperationResult,
StagingBatches : Collection<Identifier>
)
Parameters
- 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 containing staging batch identifiers.
See Also
Reference
ModelMembersBulkUpdateResponse Class