ServiceClient.EntityMemberKeyLookup メソッド

定義

この機能は、次のバージョンの Microsoft SQL Server で削除されます。 新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションはできるだけ早く修正してください。

public:
 Microsoft::MasterDataServices::OperationResult ^ EntityMemberKeyLookup(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::Identifier ^ EntityId, Microsoft::MasterDataServices::MemberKeyLookupType LookupType, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::MemberKey ^> ^ % MemberKeys, Microsoft::MasterDataServices::MemberType MemberType, Microsoft::MasterDataServices::Identifier ^ ModelId, Microsoft::MasterDataServices::Identifier ^ VersionId);
public Microsoft.MasterDataServices.OperationResult EntityMemberKeyLookup(Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.Identifier EntityId, Microsoft.MasterDataServices.MemberKeyLookupType LookupType, ref System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.MemberKey> MemberKeys, Microsoft.MasterDataServices.MemberType MemberType, Microsoft.MasterDataServices.Identifier ModelId, Microsoft.MasterDataServices.Identifier VersionId);
member this.EntityMemberKeyLookup : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.MemberKeyLookupType * Collection * Microsoft.MasterDataServices.MemberType * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.OperationResult
Public Function EntityMemberKeyLookup (International As International, EntityId As Identifier, LookupType As MemberKeyLookupType, ByRef MemberKeys As Collection(Of MemberKey), MemberType As MemberType, ModelId As Identifier, VersionId As Identifier) As OperationResult

パラメーター

International
International

文化的な設定。

EntityId
Identifier

エンティティ識別子。

LookupType
MemberKeyLookupType

メンバーキーの検索タイプです。

MemberKeys
Collection<MemberKey>

メンバーコード、メンバー識別子、またはその両方を含むメンバーキーの集合であり、参照によって渡されます。

MemberType
MemberType

メンバー型。

ModelId
Identifier

モデル識別子。

VersionId
Identifier

モデルのバージョン識別子。

返品

操作の結果を表す OperationResult オブジェクト。

適用対象