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 类

 

Password 属性

为经过验证的用户指定口令。

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

指定数据库用户 ID 的字符串。缺省值为空值引用(在 Visual Basic 中为 Nothing)。

注释

口令区分大小写。

创建数据库时,DBA 用户 ID 的口令设置为 sql。

另请参见