TransactionsGetResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an operation result, the total number of transaction records returned, and an array that contains the returned transactions.
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
- Inheritance
-
TransactionsGetResponse
- Attributes
Constructors
TransactionsGetResponse() |
Initializes a new instance of the TransactionsGetResponse class that has default values. |
TransactionsGetResponse(OperationResult, Int32, Collection<Transaction>) |
Initializes a new instance of the TransactionsGetResponse class that has the specified operation result, record count, and transaction list. |
Fields
OperationResult |
The operation result, including a unique ID for tracking and logging. |
TotalRecordCount |
The total record count of transactions. |
TransactionList |
The list of transactions. |