Compartir a través de


IService.EntityMemberAnnotationsCreate Método

Creates a new annotations attached to a member.

Espacio de nombres:  Microsoft.MasterDataServices.Services.ServiceContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<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 devuelto

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

Vea también

Referencia

IService Interfaz

Espacio de nombres Microsoft.MasterDataServices.Services.ServiceContracts