EntityStagingGetResponse Class

Definition

Represents an entity staging get return object.

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

Constructors

EntityStagingGetResponse()

Initializes a new instance of the EntityStagingGetResponse class.

EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult)

Initializes a new instance of the EntityStagingGetResponse class with the specified batch count, batches, and operation result.

Fields

BatchCount

Specifies the total number of batches.

Batches

Specifies a list of entity staging batches.

OperationResult

Specifies the operation result.

Applies to