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.
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
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- Annotations
Typ: System.Collections.ObjectModel.Collection<Annotation>
The list of annotation to create and to attach to the transaction.
- TransactionId
Typ: System.Int32
The unique integer identifier of the transaction.
Rückgabewert
Typ: Microsoft.MasterDataServices.OperationResult
An OperationResult object containing the result of an operation.