다음을 통해 공유


Implementing an Associator

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

적용 대상: SharePoint Server 2010

이 문서의 내용
Description
Syntax
Examples

Description

An Associator method instance creates a relationship between the given external items. This stereotype is supported only for associations that are not based on foreign keys.

The Associate method requires an external item for every source external content type of the Associator, and an external instance for the destination external content type of the Associator.

Syntax

Following is a typical method signature for an Associator method:

long CheckAccess(IdType1[] id1, ...)

Examples

Code Snippet: Implementing an Associator

참고 항목

개념

XML Snippet: Modeling an Associator Method

Code Snippet: Execute the Associator and Disassociator Method Instances of an External Content Type