Share via


EntityStagingGetResponse Classe

Définition

Représente un objet de retour d'obtention intermédiaire d'entité.

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
Héritage
EntityStagingGetResponse
Attributs

Constructeurs

EntityStagingGetResponse()

Initialise une nouvelle instance de la classe EntityStagingGetResponse.

EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult)

Initialise une nouvelle instance de la classe EntityStagingGetResponse avec le nombre de lots, les lots et le résultat d'opération spécifiés.

Champs

BatchCount

Spécifie le nombre total de lots.

Batches

Spécifie une liste de lots intermédiaires d'entité.

OperationResult

Spécifie le résultat d'opération.

S’applique à