特定のサーバーかローカルコンピュータの Notes データベースを表します。
包含元: NotesSession
包含要素: NotesDatabase
Name
Parent
CreateDatabase
GetFirstDatabase
GetNextDatabase
New
OpenDatabase
OpenDatabaseByReplicaID
OpenDatabaseIfModified
OpenMailDatabase
アクセスしたいサーバーの名前を指定して NotesDbDirectory オブジェクトを新規に作成します。次のメソッドが使用できます。
Dim variableName as New NotesDbDirectory( serverName$ )
または
Set notesDbDirectory = New NotesDbDirectory( serverName$ )
serverName$
String 型。アクセスしたいデータベースファイルがあるサーバーの名前です。空の文字列 ("") を使用すると現在のコンピュータを指定できます。
例