TransactionsGetResponse クラス

定義

操作結果、返されたトランザクションレコードの総数、そして返されたトランザクションを含む配列を取得します。

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
継承
TransactionsGetResponse
属性

コンストラクター

名前 説明
TransactionsGetResponse()

デフォルト値を持つ TransactionsGetResponse クラスの新しいインスタンスを初期化します。

TransactionsGetResponse(OperationResult, Int32, Collection<Transaction>)

指定された操作結果、レコード数、トランザクションリストを持つ TransactionsGetResponse クラスの新しいインスタンスを初期化します。

フィールド

名前 説明
OperationResult

この操作結果には、追跡と記録のための一意IDが含まれます。

TotalRecordCount

取引の総記録数。

TransactionList

取引のリスト。

適用対象