IService.EntityMemberAnnotationsGet(EntityMemberAnnotationsGetRequest) Méthode

Définition

Récupère des annotations jointes à un membre.

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

Paramètres

request
EntityMemberAnnotationsGetRequest

Obtenir la demande.

Retours

Nouvelle instance de type EntityMemberAnnotationsGetResponse.

Attributs

S’applique à