LOTUSSCRIPT /COM/OLE のクラス
Lotus 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
GetAllReadDocuments
GetAllUnreadDocuments
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 クラスを使って既存のデータベースにアクセスしたり、新規データベースを作成するにはいくつかの方法があります。
構文Dim variableName As New NotesDatabase( server$, dbfile$ ) または
Set notesDatabase = New NotesDatabase( server$, dbfile$ )
パラメータserver$
アクセスレベルスクリプトがアクセス権を持たない操作を実行しようとするとエラーが起きます。NotesDatabase オブジェクトでスクリプトが使えるプロパティとメソッドは、次の要因で決定されます。
クロスリファレンス式言語の FileDatabaseInfo @コマンド 例 関連項目