Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
Private Function EntityMemberKeyLookup ( _
request As EntityMemberKeyGetRequest _
) As EntityMemberKeyGetResponse Implements IService.EntityMemberKeyLookup
'Usage
Dim instance As ServiceClient
Dim request As EntityMemberKeyGetRequest
Dim returnValue As EntityMemberKeyGetResponse
returnValue = CType(instance, IService).EntityMemberKeyLookup(request)
EntityMemberKeyGetResponseIService.EntityMemberKeyLookup(
EntityMemberKeyGetRequest request
)
private:
virtual EntityMemberKeyGetResponse^ EntityMemberKeyLookup(
EntityMemberKeyGetRequest^ request
) sealed = IService::EntityMemberKeyLookup
private abstract EntityMemberKeyLookup :
request:EntityMemberKeyGetRequest -> EntityMemberKeyGetResponse
private override EntityMemberKeyLookup :
request:EntityMemberKeyGetRequest -> EntityMemberKeyGetResponse
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Parameters
- request
Type: Microsoft.MasterDataServices.EntityMemberKeyGetRequest
The get request.
Return Value
Type: Microsoft.MasterDataServices.EntityMemberKeyGetResponse
The response for the request.
Implements
IService.EntityMemberKeyLookup(EntityMemberKeyGetRequest)