Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Creates a new annotations attached to a member.
Espace de noms : Microsoft.MasterDataServices.Services.ServiceContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function EntityMemberAnnotationsCreate ( _
request As EntityMemberAnnotationsCreateRequest _
) As AnnotationsCreateResponse
'Utilisation
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
Paramètres
- request
Type : Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsCreateRequest
The creation request.
Valeur de retour
Type : Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsCreateResponse
The response to the create operation.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.ServiceContracts