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


Метод Service.TransactionAnnotationsCreate

Creates a new annotations attached to an existing transaction.

Пространство имен:  Microsoft.MasterDataServices.Services
Сборка:  Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.dll)

Синтаксис

'Декларация
Public Function TransactionAnnotationsCreate ( _
    request As TransactionAnnotationsCreateRequest _
) As AnnotationsCreateResponse
'Применение
Dim instance As Service 
Dim request As TransactionAnnotationsCreateRequest 
Dim returnValue As AnnotationsCreateResponse 

returnValue = instance.TransactionAnnotationsCreate(request)
public AnnotationsCreateResponse TransactionAnnotationsCreate(
    TransactionAnnotationsCreateRequest request
)
public:
virtual AnnotationsCreateResponse^ TransactionAnnotationsCreate(
    TransactionAnnotationsCreateRequest^ request
) sealed
abstract TransactionAnnotationsCreate : 
        request:TransactionAnnotationsCreateRequest -> AnnotationsCreateResponse  
override TransactionAnnotationsCreate : 
        request:TransactionAnnotationsCreateRequest -> AnnotationsCreateResponse
public final function TransactionAnnotationsCreate(
    request : TransactionAnnotationsCreateRequest
) : AnnotationsCreateResponse

Параметры

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

Тип: Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsCreateResponse
The AnnotationsCreateResponse for the operation.

Реализует

IService.TransactionAnnotationsCreate(TransactionAnnotationsCreateRequest)

См. также

Справочник

Service Класс

Пространство имен Microsoft.MasterDataServices.Services