Partilhar via


Método IService.EntityMemberAnnotationsCreate

Creates a new annotations attached to a member.

Namespace:  Microsoft.MasterDataServices.Services.ServiceContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function EntityMemberAnnotationsCreate ( _
    request As EntityMemberAnnotationsCreateRequest _
) As AnnotationsCreateResponse
'Uso
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

Parâmetros

Valor de retorno

Tipo: Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsCreateResponse
The response to the create operation.

Consulte também

Referência

IService Interface

Namespace Microsoft.MasterDataServices.Services.ServiceContracts