EntityStagingProcessResponse Class

Definition

Represents the entity staging process members response message contract.

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

Constructors

EntityStagingProcessResponse()

Initializes a new instance of the EntityStagingProcessResponse class.

EntityStagingProcessResponse(Int32, OperationResult)

Initializes a new instance of the EntityStagingProcessResponse class with the specified batch ID and operation result.

Fields

BatchId

Specifies the resultant batch ID given to the batch.

OperationResult

Specifies the operation result.

Applies to