IService.EntityMemberAnnotationsGet(EntityMemberAnnotationsGetRequest) 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.
Retrieves annotations attached to a member.
public:
Microsoft::MasterDataServices::EntityMemberAnnotationsGetResponse ^ EntityMemberAnnotationsGet(Microsoft::MasterDataServices::EntityMemberAnnotationsGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberAnnotationsGetEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberAnnotationsGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberAnnotationsGetResponse")]
public Microsoft.MasterDataServices.EntityMemberAnnotationsGetResponse EntityMemberAnnotationsGet (Microsoft.MasterDataServices.EntityMemberAnnotationsGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberAnnotationsGetEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberAnnotationsGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberAnnotationsGetResponse")>]
abstract member EntityMemberAnnotationsGet : Microsoft.MasterDataServices.EntityMemberAnnotationsGetRequest -> Microsoft.MasterDataServices.EntityMemberAnnotationsGetResponse
Public Function EntityMemberAnnotationsGet (request As EntityMemberAnnotationsGetRequest) As EntityMemberAnnotationsGetResponse
Parameters
Get request.
Returns
A new instance of type EntityMemberAnnotationsGetResponse.
- Attributes