JAVA/CORBA クラス
元のコレクションの内容と、交差部分を指定するパラメータが示す文書 (note) との共通部分から成る文書コレクションを作成します。
定義位置
NoteCollection
構文
public void intersect(Agent intersectionspecifier) throws NotesException
public void intersect(Document intersectionspecifier) throws NotesException
public void intersect(DocumentCollection intersectionspecifier) throws NotesException
public void intersect(Form intersectionspecifier) throws NotesException
public void intersect(NoteCollection intersectionspecifier) throws NotesException
public void intersect(View intersectionspecifier) throws NotesException
public void intersect(String intersectionspecifier) throws NotesException
public void intersect(int intersectionspecifier) throws NotesException
パラメータ
Agent intersectionspecifier
それぞれの文書コレクションの Parent プロパティが示すデータベースは同じでなければなりません。
クロスリファレンス
LotusScript NotesNoteCollection クラスの Intersect メソッド
例 関連項目