ServiceClient.IService.EntityMemberKeyLookup Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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