ServiceClient.IService.TransactionAnnotationsGet Method (TransactionAnnotationsGetRequest)

 

Applies To: SQL Server 2016 Preview

Retrieves the filtered list of transaction annotations from a model.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

TransactionAnnotationsGetResponse IService.TransactionAnnotationsGet(
    TransactionAnnotationsGetRequest request
)
private:
virtual TransactionAnnotationsGetResponse^ TransactionAnnotationsGet(
    TransactionAnnotationsGetRequest^ request
) sealed = IService::TransactionAnnotationsGet
private abstract TransactionAnnotationsGet : 
        request:TransactionAnnotationsGetRequest -> TransactionAnnotationsGetResponse
private override TransactionAnnotationsGet : 
        request:TransactionAnnotationsGetRequest -> TransactionAnnotationsGetResponse
Private Function TransactionAnnotationsGet (
    request As TransactionAnnotationsGetRequest
) As TransactionAnnotationsGetResponse
    Implements IService.TransactionAnnotationsGet

Parameters

Return Value

Type: Microsoft.MasterDataServices.TransactionAnnotationsGetResponse

The TransactionAnnotationsGetResponse for the operation.

Implements

IService.TransactionAnnotationsGet(TransactionAnnotationsGetRequest)

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top