ServiceClient.IService.EntityMemberKeyLookup 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.

 virtual Microsoft::MasterDataServices::EntityMemberKeyGetResponse ^ Microsoft.MasterDataServices.IService.EntityMemberKeyLookup(Microsoft::MasterDataServices::EntityMemberKeyGetRequest ^ request) = Microsoft::MasterDataServices::IService::EntityMemberKeyLookup;
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
Microsoft.MasterDataServices.EntityMemberKeyGetResponse IService.EntityMemberKeyLookup (Microsoft.MasterDataServices.EntityMemberKeyGetRequest request);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
abstract member Microsoft.MasterDataServices.IService.EntityMemberKeyLookup : Microsoft.MasterDataServices.EntityMemberKeyGetRequest -> Microsoft.MasterDataServices.EntityMemberKeyGetResponse
override this.Microsoft.MasterDataServices.IService.EntityMemberKeyLookup : Microsoft.MasterDataServices.EntityMemberKeyGetRequest -> Microsoft.MasterDataServices.EntityMemberKeyGetResponse
Function EntityMemberKeyLookup (request As EntityMemberKeyGetRequest) As EntityMemberKeyGetResponse Implements IService.EntityMemberKeyLookup

Parameters

request
EntityMemberKeyGetRequest

The get request.

Returns

The response for the request.

Implements

Attributes

Applies to