Classe TransactionsGetResponse
Retrieves an operation result, the total number of transaction records returned, and an array that contains the returned transactions.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.TransactionsGetResponse
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<MessageContractAttribute(WrapperName := "TransactionsGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class TransactionsGetResponse
'Utilizzo
Dim instance As TransactionsGetResponse
[MessageContractAttribute(WrapperName = "TransactionsGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public class TransactionsGetResponse
[MessageContractAttribute(WrapperName = L"TransactionsGetResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)]
public ref class TransactionsGetResponse
[<MessageContractAttribute(WrapperName = "TransactionsGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
IsWrapped = true)>]
type TransactionsGetResponse = class end
public class TransactionsGetResponse
Nel tipo TransactionsGetResponse sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Campi
Nome | Descrizione | |
---|---|---|
OperationResult | The operation result, including a unique ID for tracking and logging. | |
TotalRecordCount | The total record count of transactions. | |
TransactionList | The list of transactions. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.