GetDbDirectory (NotesSession - LotusScript®)

アクセスしたいサーバーの名前を使用して、NotesDbDirectory オブジェクトを新規作成します。このメソッドを OLE オートメーションと併用すると、New を使用せずに NotesDbDirectory オブジェクトを作成できます。

定義位置

NotesSession

構文

Set notesDbDirectory = notesSession .GetDbDirectory( serverName$ )

パラメータ

serverName$

String 型。ナビゲート先のデータベースファイルがあるサーバーの名前。 空の文字列 ("") を使用すると現在のコンピュータを指定できます。

戻り値

notesDbDirectory

指定されたサーバー上のディレクトリを返します。

使用法

詳しくは、NotesDbDirectory クラスを参照してください。

クロスリファレンス

Java™ Session クラスの getDbDirectory メソッド