Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Retrieves an operation result, the total number of transaction records returned, and an array that contains the returned transactions.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.TransactionsGetResponse
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<MessageContractAttribute(WrapperName := "TransactionsGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
IsWrapped := True)> _
Public Class TransactionsGetResponse
'Uso
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
O tipo TransactionsGetResponse expõe os membros a seguir.
Construtores
| Nome | Descrição | |
|---|---|---|
![]() |
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ício
Métodos
| Nome | Descrição | |
|---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetType | (Herdado de Object.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
ToString | (Herdado de Object.) |
Início
Campos
| Nome | Descrição | |
|---|---|---|
![]() |
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ício
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
.gif)
.gif)
.gif)