Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考

 

ULRuntimeType 枚举

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

语法
Visual Basic
Public Enum ULRuntimeType
C#
public enum ULRuntimeType
成员
成员名称 说明

STANDALONE_UL

选择独立 UltraLite.NET 运行时。

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

0

UL_ENGINE_CLIENT

选择 UltraLite 引擎运行时。

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

1
另请参见