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.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
<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)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
EntityMemberKeyGetResponse EntityMemberKeyLookup(
    EntityMemberKeyGetRequest request
)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
EntityMemberKeyGetResponse^ EntityMemberKeyLookup(
    EntityMemberKeyGetRequest^ request
)
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
[<OperationContractAttribute>]
abstract EntityMemberKeyLookup : 
        request:EntityMemberKeyGetRequest -> EntityMemberKeyGetResponse
function EntityMemberKeyLookup(
    request : EntityMemberKeyGetRequest
) : EntityMemberKeyGetResponse

Parameters

Return Value

Type: Microsoft.MasterDataServices.Services.MessageContracts.EntityMemberKeyGetResponse
The response to the lookup operation.

See Also

Reference

IService Interface

Microsoft.MasterDataServices.Services.ServiceContracts Namespace