LOTUSSCRIPT /COM/OLE のクラス


GetDocumentByID メソッド

指定された Note ID を持つ文書をデータベースで検索します。

定義位置

NotesDatabase

構文

Set notesDocument = notesDatabase.GetDocumentByID( noteID$ )

パラメータ

noteID$


戻り値

notesDocument


使用法

Note ID については NotesDocument クラスの NoteID プロパティを参照してください。

クロスリファレンス

Java Database クラスの getDocumentByID メソッド


関連項目