Метод TransactionAnnotationsGet
Retrieves a filtered list of transactions from a model.
Пространство имен: Microsoft.MasterDataServices.Services
Сборка: Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.dll)
Синтаксис
'Декларация
Public Function TransactionAnnotationsGet ( _
request As TransactionAnnotationsGetRequest _
) As TransactionAnnotationsGetResponse
'Применение
Dim instance As Service
Dim request As TransactionAnnotationsGetRequest
Dim returnValue As TransactionAnnotationsGetResponse
returnValue = instance.TransactionAnnotationsGet(request)
public TransactionAnnotationsGetResponse TransactionAnnotationsGet(
TransactionAnnotationsGetRequest request
)
public:
virtual TransactionAnnotationsGetResponse^ TransactionAnnotationsGet(
TransactionAnnotationsGetRequest^ request
) sealed
abstract TransactionAnnotationsGet :
request:TransactionAnnotationsGetRequest -> TransactionAnnotationsGetResponse
override TransactionAnnotationsGet :
request:TransactionAnnotationsGetRequest -> TransactionAnnotationsGetResponse
public final function TransactionAnnotationsGet(
request : TransactionAnnotationsGetRequest
) : TransactionAnnotationsGetResponse
Параметры
- request
Тип: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .TransactionAnnotationsGetRequest
Get request.
Возвращаемое значение
Тип: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .TransactionAnnotationsGetResponse
TransactionAnnotationsGetResponse.
Реализует
IService. . :: . .TransactionAnnotationsGet(TransactionAnnotationsGetRequest)