ServiceClient.TransactionAnnotationsCreate Método

Definición

Crea nuevas anotaciones adjuntas a una transacción existente.

public:
 Microsoft::MasterDataServices::OperationResult ^ TransactionAnnotationsCreate(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ Annotations, int TransactionId);
public Microsoft.MasterDataServices.OperationResult TransactionAnnotationsCreate (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> Annotations, int TransactionId);
member this.TransactionAnnotationsCreate : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> * int -> Microsoft.MasterDataServices.OperationResult
Public Function TransactionAnnotationsCreate (International As International, Annotations As Collection(Of Annotation), TransactionId As Integer) As OperationResult

Parámetros

International
International

La configuración cultural.

Annotations
Collection<Annotation>

La lista de anotación que se va a crear y adjuntar a la transacción.

TransactionId
Int32

El identificador entero único de la transacción.

Devoluciones

Objeto OperationResult que contiene el resultado de una operación.

Se aplica a