ServiceClient.IService.TransactionAnnotationsGet Method
Retrieves the filtered list of transaction annotations from a model.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function TransactionAnnotationsGet ( _
request As TransactionAnnotationsGetRequest _
) As TransactionAnnotationsGetResponse Implements IService.TransactionAnnotationsGet
'Usage
Dim instance As ServiceClient
Dim request As TransactionAnnotationsGetRequest
Dim returnValue As TransactionAnnotationsGetResponse
returnValue = CType(instance, IService).TransactionAnnotationsGet(request)
TransactionAnnotationsGetResponseIService.TransactionAnnotationsGet(
TransactionAnnotationsGetRequest request
)
private:
virtual TransactionAnnotationsGetResponse^ TransactionAnnotationsGet(
TransactionAnnotationsGetRequest^ request
) sealed = IService::TransactionAnnotationsGet
private abstract TransactionAnnotationsGet :
request:TransactionAnnotationsGetRequest -> TransactionAnnotationsGetResponse
private override TransactionAnnotationsGet :
request:TransactionAnnotationsGetRequest -> TransactionAnnotationsGetResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.TransactionAnnotationsGetRequest
The get request.
Return Value
Type: Microsoft.MasterDataServices.TransactionAnnotationsGetResponse
The TransactionAnnotationsGetResponse for the operation.
Implements
IService.TransactionAnnotationsGet(TransactionAnnotationsGetRequest)