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 类

 

ConnectionName 属性

指定连接名称。只有在创建与数据库的多个连接时才需要指定连接名称。

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

指定连接名称的字符串。缺省值为空值引用(在 Visual Basic 中是 Nothing)。

另请参见