IService.EntityMemberKeyLookup(EntityMemberKeyGetRequest) 메서드

정의

이 기능은 다음 버전의 Microsoft SQL Server에서 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 애플리케이션은 가능한 한 빨리 수정하세요.

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

매개 변수

request
EntityMemberKeyGetRequest

가져오기 요청입니다.

반환

EntityMemberKeyGetResponse 유형의 새 인스턴스입니다.

특성

적용 대상