共用方式為


TransactionAnnotationsGet 方法

Retrieves a filtered list of transactions from a model.

命名空間:  Microsoft.MasterDataServices.Services.ServiceContracts
組件:  Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)

語法

'宣告
<OperationContractAttribute> _
Function TransactionAnnotationsGet ( _
    request As TransactionAnnotationsGetRequest _
) As TransactionAnnotationsGetResponse
'用途
Dim instance As IService
Dim request As TransactionAnnotationsGetRequest
Dim returnValue As TransactionAnnotationsGetResponse

returnValue = instance.TransactionAnnotationsGet(request)
[OperationContractAttribute]
TransactionAnnotationsGetResponse TransactionAnnotationsGet(
    TransactionAnnotationsGetRequest request
)
[OperationContractAttribute]
TransactionAnnotationsGetResponse^ TransactionAnnotationsGet(
    TransactionAnnotationsGetRequest^ request
)
[<OperationContractAttribute>]
abstract TransactionAnnotationsGet : 
        request:TransactionAnnotationsGetRequest -> TransactionAnnotationsGetResponse 
function TransactionAnnotationsGet(
    request : TransactionAnnotationsGetRequest
) : TransactionAnnotationsGetResponse

參數