Поделиться через


ServiceClient.TransactionAnnotationsCreate Метод

Определение

Создает новые заметки, присоединенные к существующей транзакции.

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

Параметры

International
International

Региональные настройки.

Annotations
Collection<Annotation>

Список заметок, которые нужно создать и присоединить к транзакции.

TransactionId
Int32

Уникальный целочисленный идентификатор транзакции.

Возвращаемое значение

Объект OperationResult, содержащий результат операции.

Применяется к