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

事务的列表。

适用于