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 содержащий результат операции.

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