다음을 통해 공유


Implementing a BulkAssociationNavigator

마지막 수정 날짜: 2010년 4월 20일 화요일

적용 대상: SharePoint Server 2010

이 문서의 내용
Description
Syntax
Examples

Description

A BulkAssociationNavigator method instance returns external items that are related to the given set of external items.

This stereotype requires a list of collections of external items, where each collection contains an external item for every source external content type of the BulkAssociationNavigator. This stereotype should return external items that are associated with external items in any of the given collections and are based on the destination external content type of the AssociationNavigator.

This method can potentially return many external items. Rich filtering should be used to filter the results and optimize the behavior. For more information about how to use filters, see IFilterCollection.

This method should return an IEntityInstanceEnumerator.

Syntax

Following is a typical method signature for a BulkAssociationNavigator method:

long CheckAccess(IdType1[] id1, etc…)

Examples

Code Snippet: Implementing a BulkAssociationNavigator

참고 항목

개념

XML Snippet: Modeling a BulkAssociationNavigator Method

Code Snippet: Execute the BulkAssociationNavigator Method Instance of an External Content Type