CopyToDatabase (NotesDocument - LotusScript®)

文書を指定されたデータベースにコピーします。

定義位置

NotesDocument

構文

Set newNotesDocument = notesDocument .CopyToDatabase( notesDatabase )

パラメータ

notesDatabase

NotesDatabase。文書のコピーの作成先のデータベースです。Nothing を指定すると、エラーが生成されます。

戻り値

newNotesDocument

指定されたデータベースの新規文書を返します。

注: CopyToDatabase は、新しい文書も保存します。

クロスリファレンス

Java™ Document クラスの copyToDatabase メソッド