Collection Contents 上一页 下一页 PDF

UltraLite.NET 用户指南

命名空间 iAnywhere.Data.UltraLite

枚举 ULRuntimeType


UL Ext.:枚举 UltraLite.NET 运行时的类型。

原型 

' Visual Basic
Public Enum ULRuntimeType
  Inherits Short

// C#
public enum ULRuntimeType :
  short

成员

成员 说明
STANDALONE_UL 选择独立 UltraLite.NET 运行时。

独立运行时直接访问数据库。以此方式访问数据库的速度更快,但无法共享数据库。

UL_ENGINE_CLIENT 选择 UltraLite 引擎运行时。

UltraLite.NET 引擎客户端与 UltraLite 引擎通信以访问数据库。这意味着不同应用程序可以共享数据库。

另请参见 

Collection Contents 上一页 下一页 PDF