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
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<FaultContractAttribute(GetType(EditionExpiredMessage), Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberKeyLookupEditionExpiredMessageFault",  _
    Name := "EditionExpiredMessage")> _
<OperationContractAttribute(Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberKeyLookup",  _
    ReplyAction := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberKeyLookupResponse")> _
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), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberKeyLookupEditionExpiredMessageFault", 
    Name = "EditionExpiredMessage")]
[OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberKeyLookup", 
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberKeyLookupResponse")]
EntityMemberKeyGetResponse EntityMemberKeyLookup(
    EntityMemberKeyGetRequest request
)
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberKeyLookupEditionExpiredMessageFault", 
    Name = L"EditionExpiredMessage")]
[OperationContractAttribute(Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberKeyLookup", 
    ReplyAction = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberKeyLookupResponse")]
EntityMemberKeyGetResponse^ EntityMemberKeyLookup(
    EntityMemberKeyGetRequest^ request
)
[<FaultContractAttribute(typeof(EditionExpiredMessage), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberKeyLookupEditionExpiredMessageFault", 
    Name = "EditionExpiredMessage")>]
[<OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberKeyLookup", 
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberKeyLookupResponse")>]
abstract EntityMemberKeyLookup : 
        request:EntityMemberKeyGetRequest -> EntityMemberKeyGetResponse
function EntityMemberKeyLookup(
    request : EntityMemberKeyGetRequest
) : EntityMemberKeyGetResponse

Parameters

Return Value

Type: Microsoft.MasterDataServices.EntityMemberKeyGetResponse
A new instance of type EntityMemberKeyGetResponse.

See Also

Reference

IService Interface

Microsoft.MasterDataServices Namespace