IService.EntityMemberKeyLookup Method (EntityMemberKeyGetRequest)

 

Applies To: SQL Server 2016 Preview

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

[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((EditionExpiredMessage^::typeid), 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 = "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
<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

Parameters

Return Value

Type: Microsoft.MasterDataServices.EntityMemberKeyGetResponse

A new instance of type EntityMemberKeyGetResponse.

See Also

IService Interface
Microsoft.MasterDataServices Namespace

Return to top