LogFileDirectory property

Returns or sets the path to the directory eRoom uses for its database log files. This can only be set if the database type is erDBSQLServer. Otherwise, the put accessor throws a "not implemented" error.

Syntax


C++

HRESULT get_LogFileDirectory(BSTR *pLogFileDirectory)

HRESULT put_LogFileDirectory(BSTR MyLogFileDirectory)

Scripting languages

LogFileDirectory = Object.LogFileDirectory

Object.LogFileDirectory = LogFileDirectory

 

Home

Applies to

IERUDatabaseManager