Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Creates a new annotations attached to a member.
Пространство имен: Microsoft.MasterDataServices.Services.ServiceContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function EntityMemberAnnotationsCreate ( _
request As EntityMemberAnnotationsCreateRequest _
) As AnnotationsCreateResponse
'Применение
Dim instance As IService
Dim request As EntityMemberAnnotationsCreateRequest
Dim returnValue As AnnotationsCreateResponse
returnValue = instance.EntityMemberAnnotationsCreate(request)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
AnnotationsCreateResponse EntityMemberAnnotationsCreate(
EntityMemberAnnotationsCreateRequest request
)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
AnnotationsCreateResponse^ EntityMemberAnnotationsCreate(
EntityMemberAnnotationsCreateRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract EntityMemberAnnotationsCreate :
request:EntityMemberAnnotationsCreateRequest -> AnnotationsCreateResponse
function EntityMemberAnnotationsCreate(
request : EntityMemberAnnotationsCreateRequest
) : AnnotationsCreateResponse
Параметры
- request
Тип: Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsCreateRequest
The creation request.
Возвращаемое значение
Тип: Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsCreateResponse
The response to the create operation.
См. также
Справочник
Пространство имен Microsoft.MasterDataServices.Services.ServiceContracts