ServiceClient.IService.EntityMemberAnnotationsCreate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates new annotations attached to a member.
virtual Microsoft::MasterDataServices::AnnotationsCreateResponse ^ Microsoft.MasterDataServices.IService.EntityMemberAnnotationsCreate(Microsoft::MasterDataServices::EntityMemberAnnotationsCreateRequest ^ request) = Microsoft::MasterDataServices::IService::EntityMemberAnnotationsCreate;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.AnnotationsCreateResponse IService.EntityMemberAnnotationsCreate (Microsoft.MasterDataServices.EntityMemberAnnotationsCreateRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.EntityMemberAnnotationsCreate : Microsoft.MasterDataServices.EntityMemberAnnotationsCreateRequest -> Microsoft.MasterDataServices.AnnotationsCreateResponse
override this.Microsoft.MasterDataServices.IService.EntityMemberAnnotationsCreate : Microsoft.MasterDataServices.EntityMemberAnnotationsCreateRequest -> Microsoft.MasterDataServices.AnnotationsCreateResponse
Function EntityMemberAnnotationsCreate (request As EntityMemberAnnotationsCreateRequest) As AnnotationsCreateResponse Implements IService.EntityMemberAnnotationsCreate
Parameters
The create request.
Returns
The AnnotationsCreateResponse for the operation.
Implements
- Attributes