Partager via


IEntityInstance.GetAssociatedInstances, méthode (String) (Microsoft.Office.Server.ApplicationRegistry.Runtime)

Gets the associated entity instances for this entity instance for the association specified by the name.

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

Syntaxe

'Déclaration
Function GetAssociatedInstances ( _
    associationName As String _
) As IEntityInstanceEnumerator
'Utilisation
Dim instance As IEntityInstance
Dim associationName As String
Dim returnValue As IEntityInstanceEnumerator

returnValue = instance.GetAssociatedInstances(associationName)
IEntityInstanceEnumerator GetAssociatedInstances (
    string associationName
)

Paramètres

  • associationName
    A valid association name for this entity.

Valeur de retour

An IEntityInstanceEnumerator object containing the related entity instances for this entity instance.

Voir aussi

Référence

IEntityInstance, interface
Membres IEntityInstance
Microsoft.Office.Server.ApplicationRegistry.Runtime, espace de noms