StagingGetResponse Klasse

Definition

Stellt eine Antwort dar, die ein Vorgangsergebnis und ein Array mit Stagingbatchinformationen enthält.

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

Konstruktoren

StagingGetResponse()

Initialisiert eine neue Instanz der StagingGetResponse-Klasse, die Standardwerte aufweist.

StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>)

Initialisiert eine neue Instanz der StagingGetResponse-Klasse mit der angegebenen Batchliste, dem Vorgangsergebnis und nicht im Batch verarbeiteten Informationen.

Felder

Batches

Liste von Batches, die zurückgegeben werden sollen.

OperationResult

Das Vorgangsergebnis, einschließlich einer eindeutigen ID zur Nachverfolgung und Protokollierung.

UnbatchedInformation

Zusammenfassungsinformationen zu Datensätzen im Stagingsystem, die keinem Batch zugeordnet sind.

Gilt für: