Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定用户可设置的可能数据库选项。
public enum ul_database_option_id
全局数据库 ID 使用无符号的长整型设置。
远程 ID 使用字符串设置。
数据库提交刷新超时设置为整数,表示以毫秒为单位的时间阈值。
数据库提交刷新计数设置为整数,表示提交计数阈值。
连接隔离级别设置为字符串。
(read_committed/read_uncommitted)
这些数据库选项与 SetDatabaseOption 方法一起使用。请参见SetDatabaseOption 方法。