ServiceClient.TransactionAnnotationsCreate Method
Creates new annotations attached to an existing transaction.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function TransactionAnnotationsCreate ( _
International As International, _
Annotations As Collection(Of Annotation), _
TransactionId As Integer _
) As OperationResult
'Usage
Dim instance As ServiceClient
Dim International As International
Dim Annotations As Collection(Of Annotation)
Dim TransactionId As Integer
Dim returnValue As OperationResult
returnValue = instance.TransactionAnnotationsCreate(International, _
Annotations, TransactionId)
public OperationResult TransactionAnnotationsCreate(
International International,
Collection<Annotation> Annotations,
int TransactionId
)
public:
OperationResult^ TransactionAnnotationsCreate(
International^ International,
Collection<Annotation^>^ Annotations,
int TransactionId
)
member TransactionAnnotationsCreate :
International:International *
Annotations:Collection<Annotation> *
TransactionId:int -> OperationResult
public function TransactionAnnotationsCreate(
International : International,
Annotations : Collection<Annotation>,
TransactionId : int
) : OperationResult
Parameters
- International
Type: Microsoft.MasterDataServices.International
The cultural settings.
- Annotations
Type: System.Collections.ObjectModel.Collection<Annotation>
The list of annotation to create and to attach to the transaction.
- TransactionId
Type: System.Int32
The unique integer identifier of the transaction.
Return Value
Type: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.