Метод TransactionAnnotationsCreate

Creates 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
AnnotationsCreateResponse.

Реализует

IService. . :: . .TransactionAnnotationsCreate(TransactionAnnotationsCreateRequest)