Método ServiceClient.IService.TransactionAnnotationsGet
Retrieves the filtered list of transaction annotations from a model.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
Private Function TransactionAnnotationsGet ( _
request As TransactionAnnotationsGetRequest _
) As TransactionAnnotationsGetResponse Implements IService.TransactionAnnotationsGet
'Uso
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 dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Parâmetros
- request
Tipo: Microsoft.MasterDataServices.TransactionAnnotationsGetRequest
The get request.
Valor de retorno
Tipo: Microsoft.MasterDataServices.TransactionAnnotationsGetResponse
The TransactionAnnotationsGetResponse for the operation.
Implementa
IService.TransactionAnnotationsGet(TransactionAnnotationsGetRequest)