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

トランザクションの一覧。

適用対象