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 命名空间