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

SQL Anywhere 11.0.1 (中文) » QAnywhere » QAnywhere 参考 » QAnywhere C++ API 参考 » QAManagerFactory 类

 

createQAManager 函数

语法
QAManager * QAManagerFactory::createQAManager(
  qa_const_string iniFile
)
参数
  • iniFile   属性文件的路径。

注释

返回带有指定属性的新 QAManager 实例。

如果属性文件参数为空值,则使用缺省属性创建 QAManager。创建 QAManager 后,可以使用 setProperty() 方法通过编程方式设置 QAnywhere Manager 属性。

有关 QAnywhere Manager 配置属性的列表,请参见QAnywhere Manager 配置属性

另请参见

QAManager 类

返回值

QAManager 实例。