IService.EntityMemberAnnotationsGet(EntityMemberAnnotationsGetRequest) 메서드

정의

멤버에 연결된 주석을 검색합니다.

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

매개 변수

request
EntityMemberAnnotationsGetRequest

가져오기 요청입니다.

반환

EntityMemberAnnotationsGetResponse 유형의 새 인스턴스입니다.

특성

적용 대상