LOTUSSCRIPT /COM/OLE のクラス


NotesDbDirectory クラス

特定のサーバーかローカルコンピュータの Lotus Notes データベースを表します。

包含関係

スーパークラス: NotesSession

サブクラス: NotesDatabase

プロパティ

Name

Parent

メソッド

CreateDatabase

GetFirstDatabase

GetNextDatabase

New

OpenDatabase

OpenDatabaseByReplicaID

OpenDatabaseIfModified

OpenMailDatabase

作成方法

アクセスしたいサーバーの名前を指定して NotesDbDirectory オブジェクトを新規に作成します。次のメソッドが使用できます。


メモ New メソッドは COM ではサポートされていません。
構文

Dim variableName as New NotesDbDirectory( serverName$ )

または

Set notesDbDirectory = New NotesDbDirectory( serverName$ )

パラメータ

serverName$



関連項目