Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a new annotations attached to a member.
Namespace: Microsoft.MasterDataServices.Services.ServiceContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function EntityMemberAnnotationsCreate ( _
request As EntityMemberAnnotationsCreateRequest _
) As AnnotationsCreateResponse
'Usage
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
Parameters
- request
Type: Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsCreateRequest
The creation request.
Return Value
Type: Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsCreateResponse
The response to the create operation.
See Also
Reference
Microsoft.MasterDataServices.Services.ServiceContracts Namespace