Retrieves the annotations related to a transaction.
命名空间: 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
The get request.
返回值
类型:Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetResponse
A TransactionAnnotationsGetResponse instance containing the results of the annotation request.
实现
IService.TransactionAnnotationsGet(TransactionAnnotationsGetRequest)