Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取表示是否可以在连接字符串中使用长连接参数名的布尔值。
Public Function GetUseLongNameAsKeyword() As Boolean
public bool GetUseLongNameAsKeyword()
如果使用长连接参数名来生成连接字符串,则为 true;否则为 false。
SQL Anywhere 连接参数的名称有长、短两种形式。例如,要在连接字符串中指定 ODBC 数据源的名称,可以使用以下两个值之一:DataSourceName 或 DSN。缺省情况下使用长连接参数名来生成连接字符串。