共用方式為


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

參數

傳回值

型別:Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetResponse
The response to the get operation.

請參閱

參考

IService 介面

Microsoft.MasterDataServices.Services.ServiceContracts 命名空間