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 参考 » ULConnectionStringBuilder 类

 

StartLine 属性

指定位置,然后启动 UltraLite 引擎。

语法
Visual Basic
Public Property StartLine As String
C#
public string  StartLine { get; set; }
属性值

指定 UltraLite 引擎可执行文件位置的字符串。缺省值为空值引用(在 Visual Basic 中是 Nothing)。

注释

仅当要连接到当前未在运行的引擎时,才提供 StartLine (START) 连接参数。

有关配合使用 UltraLite.NET 和 UltraLite 引擎的详细信息,请参见RuntimeType 属性

另请参见