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 类型的新实例。

属性

适用于