다음을 통해 공유


IService.EntityMemberAnnotationsGet 메서드

Retrieves the annotations attached to a member.

네임스페이스:  Microsoft.MasterDataServices.Services.ServiceContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<OperationContractAttribute> _
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
Function EntityMemberAnnotationsGet ( _
    request As EntityMemberAnnotationsGetRequest _
) As EntityMemberAnnotationsGetResponse
‘사용 방법
Dim instance As IService 
Dim request As EntityMemberAnnotationsGetRequest 
Dim returnValue As EntityMemberAnnotationsGetResponse 

returnValue = instance.EntityMemberAnnotationsGet(request)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
EntityMemberAnnotationsGetResponse EntityMemberAnnotationsGet(
    EntityMemberAnnotationsGetRequest request
)
[OperationContractAttribute]
[FaultContractAttribute(typeof(EditionExpiredMessage))]
EntityMemberAnnotationsGetResponse^ EntityMemberAnnotationsGet(
    EntityMemberAnnotationsGetRequest^ request
)
[<OperationContractAttribute>]
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
abstract EntityMemberAnnotationsGet : 
        request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse
function EntityMemberAnnotationsGet(
    request : EntityMemberAnnotationsGetRequest
) : EntityMemberAnnotationsGetResponse

매개 변수

반환 값

유형: Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsGetResponse
The response to the get operation.

참고 항목

참조

IService 인터페이스

Microsoft.MasterDataServices.Services.ServiceContracts 네임스페이스