Condividi tramite


ServiceClient.EntityMemberKeyLookup Metodo

Definizione

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

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

Parametri

International
International

Impostazioni cultura.

EntityId
Identifier

Identificatore dell'entità.

LookupType
MemberKeyLookupType

Tipo di ricerca della chiave del membro.

MemberKeys
Collection<MemberKey>

Raccolta di chiavi del membro che contiene un codice o un identificatore del membro o entrambi, passati per riferimento.

MemberType
MemberType

Tipo di membro.

ModelId
Identifier

Identificatore del modello.

VersionId
Identifier

Identificatore della versione del modello.

Restituisce

Oggetto OperationResult che rappresenta il risultato dell'operazione.

Si applica a