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 インスタンスを返します。

プロパティ・ファイル・パラメータが NULL の場合、QAManager はデフォルトのプロパティを使用して作成されます。QAManager の作成後に setProperty() メソッドを使用して、QAnywhere Manager のプロパティをプログラム設定できます。

QAnywhere Manager の設定プロパティのリストについては、QAnywhere Manager の設定プロパティを参照してください。

参照

QAManager クラス

戻り値

QAManager インスタンス。