LOTUSSCRIPT /COM/OLE のクラス
特定のサーバーかローカルコンピュータの Lotus 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$