Share via


IEntityInstance.GetAssociatedInstances Method (Association)

NOTE: This API is now obsolete.

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

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Function GetAssociatedInstances ( _
    association As Association _
) As IEntityInstanceEnumerator
'Usage
Dim instance As IEntityInstance
Dim association As Association
Dim returnValue As IEntityInstanceEnumerator

returnValue = instance.GetAssociatedInstances(association)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
IEntityInstanceEnumerator GetAssociatedInstances(
    Association association
)

Parameters

Return Value

Type: Microsoft.Office.Server.ApplicationRegistry.Runtime.IEntityInstanceEnumerator
An IEntityInstanceEnumerator object containing the related entity instances for this entity instance.

See Also

Reference

IEntityInstance Interface

IEntityInstance Members

GetAssociatedInstances Overload

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace