CreateNoteCollection (NotesDatabase - LotusScript®)

現在のデータベースに基づいて文書コレクションを作成し、その文書コレクションを表す NotesNoteCollection オブジェクトを返します。

注: このメソッドは R6 で新しく追加されました。

定義位置

NotesDatabase

構文

Set notesNoteCollection = notesDatabase .CreateNoteCollection( selectAllFlag )

パラメータ

selectAllFlag

Boolean 型。文書コレクションのすべての [選択] プロパティを True または False に設定します。

戻り値

notesNoteCollection

NotesNoteCollection. 新しい文書コレクションを返します。

使用法

詳しくは、NotesNoteCollection クラスを参照してください。

クロスリファレンス

Java™ Database クラスの createNoteCollection メソッド