Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
- request
Tipo: Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsCreateRequest
The creation request.
Valor devuelto
Tipo: Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsCreateResponse
The response to the create operation.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.ServiceContracts