Метод IService.TransactionAnnotationsCreate

Creates a new annotations attached to an existing transaction.

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

Синтаксис

'Декларация
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
<OperationContractAttribute> _
Function TransactionAnnotationsCreate ( _
    request As TransactionAnnotationsCreateRequest _
) As AnnotationsCreateResponse
'Применение
Dim instance As IService 
Dim request As TransactionAnnotationsCreateRequest 
Dim returnValue As AnnotationsCreateResponse 

returnValue = instance.TransactionAnnotationsCreate(request)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
AnnotationsCreateResponse TransactionAnnotationsCreate(
    TransactionAnnotationsCreateRequest request
)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
AnnotationsCreateResponse^ TransactionAnnotationsCreate(
    TransactionAnnotationsCreateRequest^ request
)
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
[<OperationContractAttribute>]
abstract TransactionAnnotationsCreate : 
        request:TransactionAnnotationsCreateRequest -> AnnotationsCreateResponse
function TransactionAnnotationsCreate(
    request : TransactionAnnotationsCreateRequest
) : AnnotationsCreateResponse

Параметры

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

Тип: Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsCreateResponse
The response to the create operation.

См. также

Справочник

IService Интерфейс

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