Partager via


Entity.FindAssociated, méthode (EntityInstanceCollection, LobSystemInstance) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Gets the entity instances associated with a given entity instance collection.

Espace de noms : Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Function FindAssociated ( _
    sourceEntityInstances As EntityInstanceCollection, _
    lobSystemInstance As LobSystemInstance _
) As IEntityInstanceEnumerator
'Utilisation
Dim instance As Entity
Dim sourceEntityInstances As EntityInstanceCollection
Dim lobSystemInstance As LobSystemInstance
Dim returnValue As IEntityInstanceEnumerator

returnValue = instance.FindAssociated(sourceEntityInstances, lobSystemInstance)
public IEntityInstanceEnumerator FindAssociated (
    EntityInstanceCollection sourceEntityInstances,
    LobSystemInstance lobSystemInstance
)

Paramètres

  • sourceEntityInstances
    The collection containing the source entity instances. The collection must contain one instance of each Entity that is a Source in the Association.

Valeur de retour

An entity instance collection enumerator.

Remarques

This form of FindAssociated tries to infer which Association to use, by finding all Associations where this Entity is the Destination. If more than one Association is found, this method will throw.

Voir aussi

Référence

Entity, classe
Membres Entity
Microsoft.Office.Server.ApplicationRegistry.MetadataModel, espace de noms