LOTUSSCRIPT /COM/OLE のクラス
Notes データベースを表します。
包含関係 スーパークラス:NotesDbDirectory、NotesSession、および NotesUIDatabase
サブクラス:NotesACL、NotesAgent、NotesDocument、NotesDocumentCollection、NotesForm、NotesNoteCollection、NotesOutline、NotesReplication、NotesView
プロパティ ACL
ACLActivityLog
Agents
AllDocuments
Categories
Created
CurrentAccessLevel
DelayUpdates
DesignTemplateName
FileFormat
FileName
FilePath
FolderReferencesEnabled
Forms
FTIndexFrequency
HttpURL
IsClusterReplication
IsConfigurationDirectory
IsCurrentAccessPublicReader
IsCurrentAccessPublicWriter
IsDesignLockingEnabled
IsDirectoryCatalog
IsDocumentLockingEnabled
IsFTIndexed
IsInMultiDbIndexing
IsInService
IsLink
IsMultiDbSearch
IsOpen
IsPendingDelete
IsPrivateAddressBook
IsPublicAddressBook
LastFixup
LastFTIndexed
LastModified
LimitRevisions
LimitUpdatedBy
ListInDbCatalog
Managers
MaxSize
NotesURL
Parent
PercentUsed
ReplicaID
ReplicationInfo
Server
Size
SizeQuota
SizeWarning
TemplateName
Title
Type
UndeleteExpireTime
UnprocessedDocuments
Views
メソッド Compact
CompactWithOptions
Create
CreateCopy
CreateDocument
CreateFromTemplate
CreateFTIndex
CreateNoteCollection
CreateOutline
CreateReplica
CreateView
EnableFolder
Fixup
FTDomainSearch
FTSearch
FTSearchRange
GetAgent
GetDocumentByID
GetDocumentByUNID
GetDocumentByURL
GetForm
GetModifiedDocuments
GetOption
GetOutline
GetProfileDocCollection
GetProfileDocument
GetURLHeaderInfo
GetView
GrantAccess
MarkForDelete
New
Open
OpenByReplicaID
OpenIfModified
OpenMail
OpenURLDb
OpenWithFailover
QueryAccess
QueryAccessPrivileges
QueryAccessRoles
Remove
RemoveFTIndex
Replicate
RevokeAccess
Search
SetOption
Sign
UnprocessedFTSearch
UnprocessedFTSearchRange
UnprocessedSearch
UpdateFTIndex
作成方法とアクセス方法 NotesDatabase クラスを使って既存のデータベースにアクセスしたり、新規データベースを作成するにはいくつかの方法があります。
指定されたサーバーとファイル名のデータベースを表す NotesDatabase オブジェクトを作成し、そのデータベースを開きます。NotesDatabase で New を使うと、NotesDocument などの他のクラスで使う場合とは異なり、新規データベースをディスク上に作成しません。
構文 Dim variableName As New NotesDatabase( server$, dbfile$ )
または
Set notesDatabase = New NotesDatabase( server$, dbfile$ )
パラメータ server$
アクセスレベル スクリプトがアクセス権を持たない操作を実行しようとするとエラーが起きます。NotesDatabase オブジェクトでスクリプトが使えるプロパティとメソッドは、次の要因で決定されます。
クロスリファレンス 式言語の FileDatabaseInfo @コマンド
例 関連項目