Condividi tramite


Metodo ServiceClient.EntityMemberKeyLookup

Questa funzionalità verrà rimossa a partire dalla prossima versione di Microsoft SQL Server. Non utilizzare questa funzionalità in un nuovo progetto di sviluppo e modificare non appena possibile le applicazioni in cui è attualmente implementata.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
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
'Utilizzo
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

Parametri

Valore restituito

Tipo: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.

Vedere anche

Riferimento

ServiceClient Classe

Spazio dei nomi Microsoft.MasterDataServices