アクセスしたいサーバーの名前を使用して、NotesDbDirectory オブジェクトを新規作成します。このメソッドを OLE オートメーションと併用すると、New を使用せずに NotesDbDirectory オブジェクトを作成できます。
Set notesDbDirectory = notesSession .GetDbDirectory( serverName$ )
serverName$
String 型。ナビゲート先のデータベースファイルがあるサーバーの名前。 空の文字列 ("") を使用すると現在のコンピュータを指定できます。
notesDbDirectory
指定されたサーバー上のディレクトリを返します。
詳しくは、NotesDbDirectory クラスを参照してください。