LOTUSSCRIPT /COM/OLE のクラス


文書 (note) コレクションを作成する
NotesNoteCollection クラスを使用すると、Lotus Domino の設計要素とデータ要素のコレクションをデータベースに作成できます。新しい NotesNoteCollection オブジェクトを作成するには、NotesDatabase クラスの CreateNoteCollection メソッドを使用します。

次の表に NotesNoteCollection のプロパティのリストを示します。
プロパティデータ型説明
Count Long 型コレクション内の文書 (note) の数です。
LastBuildTime NotesDateTime 型この文書コレクションが最後にビルドされた日時です。
Parent NotesDatabase 型文書コレクションが格納されているデータベースです。
SelectACL Boolean 型コレクションが ACL 文書 (note) を含むかどうかを示します。
SelectActions Boolean 型コレクションがアクション用の文書 (note) を含むかどうかを示します。
SelectAgents Boolean 型コレクションがエージェント用の文書 (note) を含むかどうかを示します。
SelectDatabaseScript Boolean 型コレクションがデータベーススクリプト文書 (note) を含むかどうかを示します。
SelectDocuments Boolean 型コレクションがデータ文書を含むかどうかを示します。
SelectFolders Boolean 型コレクションがフォルダ用の文書 (note) を含むかどうかを示します。
SelectForms Boolean 型コレクションがフォーム用の文書 (note) を含むかどうかを示します。
SelectFrameSets Boolean 型コレクションがフレームセット用の文書 (note) を含むかどうかを示します。
SelectHelpAbout Boolean 型コレクションがデータベースに関する「データベースについて」文書 (note) を含むかどうかを示します。
SelectHelpIndex Boolean 型コレクションがヘルプ索引文書 (note) を含むかどうかを示します。
SelectHelpUsing Boolean 型コレクションがデータベースの使い方に関する「データベースの使い方」文書 (note) を含むかどうかを示します。
SelectIcon Boolean 型コレクションがアイコン文書 (note) を含むかどうかを示します。
SelectImageResources Boolean 型コレクションがイメージリソース用の文書 (note) を含むかどうかを示します。
SelectionFormula String 型コレクションに含める文書 (note) を選択する式。
SelectJavaResources Boolean 型コレクションが Java リソース用の文書 (note) を含むかどうかを示します。
SelectMiscCodeElements Boolean 型コレクションがその他のコード要素用の文書 (note) を含むかどうかを示します。
SelectMiscFormatElements Boolean 型コレクションがその他のフォーマット要素用の文書 (note) を含むかどうかを示します。
SelectMiscIndexElements Boolean 型コレクションがその他の索引要素用の文書 (note) を含むかどうかを示します。
SelectNavigators Boolean 型コレクションがナビゲータ用の文書 (note) を含むかどうかを示します。
SelectOutlines Boolean 型コレクションがアウトライン用の文書 (note) を含むかどうかを示します。
SelectPages Boolean 型コレクションがページ用の文書 (note) を含むかどうかを示します。
SelectProfilesBoolean 型コレクションがプロフィール文書を含むかどうかを示します。
SelectReplicationFormulasBoolean 型コレクションが複製式を含むかどうかを示します。
SelectScriptLibraries Boolean 型コレクションがスクリプトライブラリ用の文書 (note) を含むかどうかを示します。
SelectSharedFields Boolean 型コレクションが共有フィールド用の文書 (note) を含むかどうかを示します。
SelectStyleSheetResources Boolean 型コレクションがスタイルシートリソース用の文書 (note) を含むかどうかを示します。
SelectSubforms Boolean 型コレクションがサブフォーム用の文書 (note) を含むかどうかを示します。
SelectViews Boolean 型コレクションがビュー用の文書 (note) を含むかどうかを示します。
SinceTime NotesDateTime 型コレクション内の文書 (note) の最初の作成日時を示します。
メソッドを次に示します。


関連項目