ModelMembersBulkMergeResponse Constructors
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.
Initializes a new instance of the ModelMembersBulkMergeResponse class.
Overloads
ModelMembersBulkMergeResponse() |
Initializes a new instance of the ModelMembersBulkMergeResponse class that has default values. |
ModelMembersBulkMergeResponse(OperationResult, Collection<Identifier>) |
Initializes a new instance of the ModelMembersBulkMergeResponse class that has the specified operation result and staging batches. |
ModelMembersBulkMergeResponse()
Initializes a new instance of the ModelMembersBulkMergeResponse class that has default values.
public:
ModelMembersBulkMergeResponse();
public ModelMembersBulkMergeResponse ();
Public Sub New ()
Applies to
ModelMembersBulkMergeResponse(OperationResult, Collection<Identifier>)
Initializes a new instance of the ModelMembersBulkMergeResponse class that has the specified operation result and staging batches.
public:
ModelMembersBulkMergeResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ StagingBatches);
public ModelMembersBulkMergeResponse (Microsoft.MasterDataServices.OperationResult OperationResult, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> StagingBatches);
new Microsoft.MasterDataServices.ModelMembersBulkMergeResponse : Microsoft.MasterDataServices.OperationResult * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> -> Microsoft.MasterDataServices.ModelMembersBulkMergeResponse
Public Sub New (OperationResult As OperationResult, StagingBatches As Collection(Of Identifier))
Parameters
- OperationResult
- OperationResult
The operation result, including a unique ID for tracking and logging.
- StagingBatches
- Collection<Identifier>
An array containing staging batch identifiers.