EntityStagingGetResponse Klasse

Definition

Stellt ein Rückgabeobjekt der Entitätsstaging-Abrufanforderung dar.

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
Vererbung
EntityStagingGetResponse
Attribute

Konstruktoren

EntityStagingGetResponse()

Initialisiert eine neue Instanz der EntityStagingGetResponse-Klasse.

EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult)

Initialisiert eine neue Instanz der EntityStagingGetResponse-Klasse mit der angegebenen Batchanzahl, den angegebenen Batches und dem angegebenen Vorgangsergebnis.

Felder

BatchCount

Gibt die Gesamtzahl der Batch an.

Batches

Gibt eine Liste der Stagingbatches für Entitäten an.

OperationResult

Gibt das Vorgangsergebnis an.

Gilt für: