Метод IService.TransactionAnnotationsGet
Retrieves the annotations related to a transaction.
Пространство имен: Microsoft.MasterDataServices.Services.ServiceContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
<OperationContractAttribute> _
Function TransactionAnnotationsGet ( _
request As TransactionAnnotationsGetRequest _
) As TransactionAnnotationsGetResponse
'Применение
Dim instance As IService
Dim request As TransactionAnnotationsGetRequest
Dim returnValue As TransactionAnnotationsGetResponse
returnValue = instance.TransactionAnnotationsGet(request)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
TransactionAnnotationsGetResponse TransactionAnnotationsGet(
TransactionAnnotationsGetRequest request
)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
TransactionAnnotationsGetResponse^ TransactionAnnotationsGet(
TransactionAnnotationsGetRequest^ request
)
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
[<OperationContractAttribute>]
abstract TransactionAnnotationsGet :
request:TransactionAnnotationsGetRequest -> TransactionAnnotationsGetResponse
function TransactionAnnotationsGet(
request : TransactionAnnotationsGetRequest
) : TransactionAnnotationsGetResponse
Параметры
- request
Тип: Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetRequest
The get request.
Возвращаемое значение
Тип: Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetResponse
The response to the get operation.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.ServiceContracts