IEntityInstance.GetAssociatedInstances 方法 (Association) (Microsoft.Office.Server.ApplicationRegistry.Runtime)

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

命名空间: Microsoft.Office.Server.ApplicationRegistry.Runtime
程序集: Microsoft.SharePoint.Portal (在 microsoft.sharepoint.portal.dll 中)

语法

声明
Function GetAssociatedInstances ( _
    association As Association _
) As IEntityInstanceEnumerator
用法
Dim instance As IEntityInstance
Dim association As Association
Dim returnValue As IEntityInstanceEnumerator

returnValue = instance.GetAssociatedInstances(association)
IEntityInstanceEnumerator GetAssociatedInstances (
    Association association
)

参数

  • association
    A valid Association object for this entity.

返回值

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

另请参阅

参考

IEntityInstance 接口
IEntityInstance 成员
Microsoft.Office.Server.ApplicationRegistry.Runtime 命名空间