IEntityInstance.GetAssociatedInstances 方法 (Association, FilterCollection) (Microsoft.Office.Server.ApplicationRegistry.Runtime)
Gets a filtered set of 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, _
filters As FilterCollection _
) As IEntityInstanceEnumerator
用法
Dim instance As IEntityInstance
Dim association As Association
Dim filters As FilterCollection
Dim returnValue As IEntityInstanceEnumerator
returnValue = instance.GetAssociatedInstances(association, filters)
IEntityInstanceEnumerator GetAssociatedInstances (
Association association,
FilterCollection filters
)
参数
- association
A valid Association object for this entity.
- filters
A valid FilterCollection object with the filters to apply to the result set of the association method.
返回值
An IEntityInstanceEnumerator object containing the filtered related entity instances for this entity instance.
另请参阅
参考
IEntityInstance 接口
IEntityInstance 成员
Microsoft.Office.Server.ApplicationRegistry.Runtime 命名空间