Метод Service.EntityMemberAnnotationsCreate

Creates new annotations attached to a member.

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

Синтаксис

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

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

Параметры

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

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

Реализует

IService.EntityMemberAnnotationsCreate(EntityMemberAnnotationsCreateRequest)

См. также

Справочник

Service Класс

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