Share via


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 型の新しいインスタンス。

属性

適用対象