ServiceClient.EntityMemberKeyLookup Método

Definición

Esta característica se quitará en la versión siguiente de Microsoft SQL Server. No utilice esta característica en nuevos trabajos de desarrollo y modifique lo antes posible las aplicaciones que actualmente la utilizan.

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

Parámetros

International
International

La configuración cultural.

EntityId
Identifier

El identificador de la entidad.

LookupType
MemberKeyLookupType

El tipo de búsqueda de claves de miembro.

MemberKeys
Collection<MemberKey>

La colección de claves de miembro que contiene un código de miembro, un identificador de miembro o ambos, pasada por referencia.

MemberType
MemberType

El tipo de miembro.

ModelId
Identifier

Identificador del modelo.

VersionId
Identifier

El identificador de la versión del modelo.

Devoluciones

Objeto OperationResult que representa el resultado de la operación.

Se aplica a