Freigeben über


ServiceClient.IService.TransactionAnnotationsGet-Methode

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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

Rückgabewert

Typ: Microsoft.MasterDataServices.TransactionAnnotationsGetResponse
The TransactionAnnotationsGetResponse for the operation.

Implementiert

IService.TransactionAnnotationsGet(TransactionAnnotationsGetRequest)

Siehe auch

Verweis

ServiceClient Klasse

Microsoft.MasterDataServices-Namespace