Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates new annotations attached to a member.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Private Function EntityMemberAnnotationsCreate ( _
request As EntityMemberAnnotationsCreateRequest _
) As AnnotationsCreateResponse Implements IService.EntityMemberAnnotationsCreate
'Usage
Dim instance As ServiceClient
Dim request As EntityMemberAnnotationsCreateRequest
Dim returnValue As AnnotationsCreateResponse
returnValue = CType(instance, IService).EntityMemberAnnotationsCreate(request)
AnnotationsCreateResponseIService.EntityMemberAnnotationsCreate(
EntityMemberAnnotationsCreateRequest request
)
private:
virtual AnnotationsCreateResponse^ EntityMemberAnnotationsCreate(
EntityMemberAnnotationsCreateRequest^ request
) sealed = IService::EntityMemberAnnotationsCreate
private abstract EntityMemberAnnotationsCreate :
request:EntityMemberAnnotationsCreateRequest -> AnnotationsCreateResponse
private override EntityMemberAnnotationsCreate :
request:EntityMemberAnnotationsCreateRequest -> AnnotationsCreateResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.EntityMemberAnnotationsCreateRequest
The create request.
Return Value
Type: Microsoft.MasterDataServices.AnnotationsCreateResponse
The AnnotationsCreateResponse for the operation.
Implements
IService.EntityMemberAnnotationsCreate(EntityMemberAnnotationsCreateRequest)