EntityStagingGetResponse Classe

Definição

Representa um objeto get return que faz staging da entidade.

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
Herança
EntityStagingGetResponse
Atributos

Construtores

Nome Description
EntityStagingGetResponse()

Inicializa uma nova instância da classe EntityStagingGetResponse.

EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult)

Inicializa uma nova instância da EntityStagingGetResponse classe com a contagem de lotes, lotes e resultado de operação especificados.

Campos

Nome Description
BatchCount

Especifica o número total de lotes.

Batches

Especifica uma lista de lotes de staging de entidades.

OperationResult

Especifica o resultado da operação.

Aplica-se a