TransactionsGetResponse Klasse

Definition

Ruft ein Vorgangsergebnis, die Gesamtzahl der zurückgegebenen Transaktionsdatensätze und ein Array ab, das die zurückgegebenen Transaktionen enthält.

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

Konstruktoren

TransactionsGetResponse()

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

TransactionsGetResponse(OperationResult, Int32, Collection<Transaction>)

Initialisiert eine neue Instanz der TransactionsGetResponse-Klasse, die das angegebene Vorgangsergebnis, die Anzahl der Datensätze und die Transaktionsliste hat.

Felder

OperationResult

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

TotalRecordCount

Die Gesamtzahl der Datensätze von Transaktionen.

TransactionList

Die Liste der Transaktionen.

Gilt für: