Метод ServiceClient.EntityMemberKeyLookup

В следующей версии Microsoft SQL Server этот компонент будет удален. Не используйте его при работе над новыми приложениями и как можно быстрее измените приложения, в которых он в настоящее время используется.

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
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
'Применение
Dim instance As ServiceClient
Dim International As International
Dim EntityId As Identifier
Dim LookupType As MemberKeyLookupType
Dim MemberKeys As Collection(Of MemberKey)
Dim MemberType As MemberType
Dim ModelId As Identifier
Dim VersionId As Identifier
Dim returnValue As OperationResult

returnValue = instance.EntityMemberKeyLookup(International, _
    EntityId, LookupType, MemberKeys, _
    MemberType, ModelId, VersionId)
public OperationResult EntityMemberKeyLookup(
    International International,
    Identifier EntityId,
    MemberKeyLookupType LookupType,
    ref Collection<MemberKey> MemberKeys,
    MemberType MemberType,
    Identifier ModelId,
    Identifier VersionId
)
public:
OperationResult^ EntityMemberKeyLookup(
    International^ International, 
    Identifier^ EntityId, 
    MemberKeyLookupType LookupType, 
    Collection<MemberKey^>^% MemberKeys, 
    MemberType MemberType, 
    Identifier^ ModelId, 
    Identifier^ VersionId
)
member EntityMemberKeyLookup : 
        International:International * 
        EntityId:Identifier * 
        LookupType:MemberKeyLookupType * 
        MemberKeys:Collection<MemberKey> byref * 
        MemberType:MemberType * 
        ModelId:Identifier * 
        VersionId:Identifier -> OperationResult
public function EntityMemberKeyLookup(
    International : International, 
    EntityId : Identifier, 
    LookupType : MemberKeyLookupType, 
    MemberKeys : Collection<MemberKey>, 
    MemberType : MemberType, 
    ModelId : Identifier, 
    VersionId : Identifier
) : OperationResult

Параметры

Возвращаемое значение

Тип: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.

См. также

Справочник

ServiceClient Класс

Пространство имен Microsoft.MasterDataServices