LOTUSSCRIPT /COM/OLE のクラス


Lotus Domino データベースにアクセスする
NotesDatabase クラスと NotesDbDirectory クラスを使用すると、Lotus Domino データベースを検索して開くことができます。NotesDatabase オブジェクトは、NotesView、DocumentCollection、NotesDocument オブジェクトへアクセスする手段を提供します。NotesDocument オブジェクトは NotesDatabase オブジェクトから直接アクセスしたり、最初に NotesDocumentCollection や NotesView オブジェクトを取得してからアクセスできます。また、NotesDatabase オブジェクトは NotesACL オブジェクトや NotesForm オブジェクトへのアクセスも提供します。
関連項目