ModelMembersBulkDeleteResponse Class

Definition

Represents a response to a request to delete model members in bulk.

public ref class ModelMembersBulkDeleteResponse
[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="ModelMembersBulkDeleteResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ModelMembersBulkDeleteResponse
[<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="ModelMembersBulkDeleteResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ModelMembersBulkDeleteResponse = class
Public Class ModelMembersBulkDeleteResponse
Inheritance
ModelMembersBulkDeleteResponse
Attributes

Constructors

ModelMembersBulkDeleteResponse()

Initializes a new instance of the ModelMembersBulkDeleteResponse class that has default values.

ModelMembersBulkDeleteResponse(OperationResult, Collection<Identifier>)

Initializes a new instance of the ModelMembersBulkDeleteResponse 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 the staging batch identifiers.

Applies to