IService.EntityMemberKeyLookup(EntityMemberKeyGetRequest) Method

Definition

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.

public:
 Microsoft::MasterDataServices::EntityMemberKeyGetResponse ^ EntityMemberKeyLookup(Microsoft::MasterDataServices::EntityMemberKeyGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberKeyLookupEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberKeyLookup", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberKeyLookupResponse")]
public Microsoft.MasterDataServices.EntityMemberKeyGetResponse EntityMemberKeyLookup (Microsoft.MasterDataServices.EntityMemberKeyGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberKeyLookupEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberKeyLookup", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/EntityMemberKeyLookupResponse")>]
abstract member EntityMemberKeyLookup : Microsoft.MasterDataServices.EntityMemberKeyGetRequest -> Microsoft.MasterDataServices.EntityMemberKeyGetResponse
Public Function EntityMemberKeyLookup (request As EntityMemberKeyGetRequest) As EntityMemberKeyGetResponse

Parameters

request
EntityMemberKeyGetRequest

Get request.

Returns

A new instance of type EntityMemberKeyGetResponse.

Attributes

Applies to