Share via


IService.EntityMemberKeyLookup Method

This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.

Namespace:  Microsoft.MasterDataServices.Services.ServiceContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<OperationContractAttribute> _
Function EntityMemberKeyLookup ( _
    request As EntityMemberKeyGetRequest _
) As EntityMemberKeyGetResponse
'Usage
Dim instance As IService
Dim request As EntityMemberKeyGetRequest
Dim returnValue As EntityMemberKeyGetResponse

returnValue = instance.EntityMemberKeyLookup(request)
[OperationContractAttribute]
EntityMemberKeyGetResponse EntityMemberKeyLookup(
    EntityMemberKeyGetRequest request
)
[OperationContractAttribute]
EntityMemberKeyGetResponse^ EntityMemberKeyLookup(
    EntityMemberKeyGetRequest^ request
)
[<OperationContractAttribute>]
abstract EntityMemberKeyLookup : 
        request:EntityMemberKeyGetRequest -> EntityMemberKeyGetResponse 
function EntityMemberKeyLookup(
    request : EntityMemberKeyGetRequest
) : EntityMemberKeyGetResponse