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.
public:
Microsoft::MasterDataServices::AnnotationsCreateResponse ^ EntityMemberAnnotationsCreate(Microsoft::MasterDataServices::EntityMemberAnnotationsCreateRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberAnnotationsCreateEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberAnnotationsCreate", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberAnnotationsCreateResponse")]
public Microsoft.MasterDataServices.AnnotationsCreateResponse EntityMemberAnnotationsCreate (Microsoft.MasterDataServices.EntityMemberAnnotationsCreateRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberAnnotationsCreateEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberAnnotationsCreate", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberAnnotationsCreateResponse")>]
abstract member EntityMemberAnnotationsCreate : Microsoft.MasterDataServices.EntityMemberAnnotationsCreateRequest -> Microsoft.MasterDataServices.AnnotationsCreateResponse
Public Function EntityMemberAnnotationsCreate (request As EntityMemberAnnotationsCreateRequest) As AnnotationsCreateResponse
Parameters
Create request.
Returns
A new instance of type AnnotationsCreateResponse.
- Attributes