EntityStagingGetResponse Clase

Definición

Representa un objeto get return que está en etapas de entidad.

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
Herencia
EntityStagingGetResponse
Atributos

Constructores

Nombre Description
EntityStagingGetResponse()

Inicializa una nueva instancia de la clase EntityStagingGetResponse.

EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult)

Inicializa una nueva instancia de la EntityStagingGetResponse clase con el recuento de lotes, los lotes y el resultado de la operación especificados.

Campos

Nombre Description
BatchCount

Especifica el número total de lotes.

Batches

Especifica una lista de lotes de etapas de entidad.

OperationResult

Especifica el resultado de la operación.

Se aplica a