IService.TransactionsGet(TransactionsGetRequest) Methode

Definition

Ruft eine gefilterte Liste der Transaktionen von einem Modell ab.

public:
 Microsoft::MasterDataServices::TransactionsGetResponse ^ TransactionsGet(Microsoft::MasterDataServices::TransactionsGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsGetEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsGetResponse")]
public Microsoft.MasterDataServices.TransactionsGetResponse TransactionsGet (Microsoft.MasterDataServices.TransactionsGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsGetEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/TransactionsGetResponse")>]
abstract member TransactionsGet : Microsoft.MasterDataServices.TransactionsGetRequest -> Microsoft.MasterDataServices.TransactionsGetResponse
Public Function TransactionsGet (request As TransactionsGetRequest) As TransactionsGetResponse

Parameter

request
TransactionsGetRequest

Eine Abrufanforderung.

Gibt zurück

Eine neue Instanz vom Typ TransactionsGetResponse.

Attribute

Gilt für: