TransactionsGetRequest 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.
Specifies the criteria in TransactionSearchCriteria for the retrieval of transactions.
public ref class TransactionsGetRequest
[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="TransactionsGetRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class TransactionsGetRequest
[<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="TransactionsGetRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type TransactionsGetRequest = class
Public Class TransactionsGetRequest
- Inheritance
-
TransactionsGetRequest
- Attributes
Constructors
TransactionsGetRequest() |
Initializes a new instance of the TransactionsGetRequest class that has default values. |
TransactionsGetRequest(International, TransactionSearchCriteria) |
Initializes a new instance of the TransactionsGetRequest class that has the specified cultural settings and search criteria. |
Fields
International |
The cultural settings. |
TransactionSearchCriteria |
The search criteria. |