Méthode ServiceClient.EntityMemberKeyLookup
Cette fonctionnalité sera supprimée dans la prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et modifiez dès que possible les applications qui utilisent actuellement cette fonctionnalité.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
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
'Utilisation
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
Paramètres
- International
Type : Microsoft.MasterDataServices.International
The cultural settings.
- EntityId
Type : Microsoft.MasterDataServices.Identifier
The entity identifier.
- LookupType
Type : Microsoft.MasterDataServices.MemberKeyLookupType
The member key lookup type.
- MemberKeys
Type : System.Collections.ObjectModel.Collection<MemberKey>%
The collection of member keys that contains a member code, a member identifier, or both, passed by reference.
- MemberType
Type : Microsoft.MasterDataServices.MemberType
The member type.
- ModelId
Type : Microsoft.MasterDataServices.Identifier
The model identifier.
- VersionId
Type : Microsoft.MasterDataServices.Identifier
The model version identifier.
Valeur de retour
Type : Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.