ModelMembersBulkMergeResponse Class
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.
Represents a response to a request to merge model members in bulk.
public ref class ModelMembersBulkMergeResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="ModelMembersBulkMergeResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ModelMembersBulkMergeResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="ModelMembersBulkMergeResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ModelMembersBulkMergeResponse = class
Public Class ModelMembersBulkMergeResponse
- Inheritance
-
ModelMembersBulkMergeResponse
- Attributes
Remarks
Merging updates existing members or creates new members.
Constructors
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. |
Fields
OperationResult |
The operation result, including a unique ID for tracking and logging. |
StagingBatches |
An array that contains staging batch identifiers. |