Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves the annotations related to a transaction.
Namespace: Microsoft.MasterDataServices.Services
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
Public Function TransactionAnnotationsGet ( _
request As TransactionAnnotationsGetRequest _
) As TransactionAnnotationsGetResponse
'Usage
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
Parameter
- request
Typ: Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetRequest
The get request.
Rückgabewert
Typ: Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetResponse
A TransactionAnnotationsGetResponse instance containing the results of the annotation request.
Implementiert
IService.TransactionAnnotationsGet(TransactionAnnotationsGetRequest)