Retrieves the annotations attached to a member.
命名空间: Microsoft.MasterDataServices.Services
程序集: Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)
语法
声明
Public Function EntityMemberAnnotationsGet ( _
request As EntityMemberAnnotationsGetRequest _
) As EntityMemberAnnotationsGetResponse
用法
Dim instance As Service
Dim request As EntityMemberAnnotationsGetRequest
Dim returnValue As EntityMemberAnnotationsGetResponse
returnValue = instance.EntityMemberAnnotationsGet(request)
public EntityMemberAnnotationsGetResponse EntityMemberAnnotationsGet(
EntityMemberAnnotationsGetRequest request
)
public:
virtual EntityMemberAnnotationsGetResponse^ EntityMemberAnnotationsGet(
EntityMemberAnnotationsGetRequest^ request
) sealed
abstract EntityMemberAnnotationsGet :
request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse
override EntityMemberAnnotationsGet :
request:EntityMemberAnnotationsGetRequest -> EntityMemberAnnotationsGetResponse
public final function EntityMemberAnnotationsGet(
request : EntityMemberAnnotationsGetRequest
) : EntityMemberAnnotationsGetResponse
参数
- request
类型:Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsGetRequest
The get request.
返回值
类型:Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberAnnotationsGetResponse
The EntityMemberAnnotationsGetResponse for the operation.
实现
IService.EntityMemberAnnotationsGet(EntityMemberAnnotationsGetRequest)