ServiceClient.TransactionAnnotationsGet Method (International, Int32, OperationResult)

 

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

public Collection<Annotation> TransactionAnnotationsGet(
    International International,
    ref int TransactionId,
    out OperationResult OperationResult
)
public:
Collection<Annotation^>^ TransactionAnnotationsGet(
    International^ International,
    int% TransactionId,
    [OutAttribute] OperationResult^% OperationResult
)
member TransactionAnnotationsGet : 
        International:International *
        TransactionId:int byref *
        OperationResult:OperationResult byref -> Collection<Annotation>
Public Function TransactionAnnotationsGet (
    International As International,
    ByRef TransactionId As Integer,
    <OutAttribute> ByRef OperationResult As OperationResult
) As Collection(Of Annotation)

Parameters

  • TransactionId
    Type: System.Int32

    The unique integer identifier of the transactions to retrieve.

Return Value

Type: System.Collections.ObjectModel.Collection<Annotation>

A collection of transaction annotations.

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top