Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
QAnywhere Manager の設定プロパティをプログラムで設定できるようにします。
public virtual qa_bool setProperty( qa_const_string name, qa_const_string value )
name QAnywhere Manager の事前定義済みまたはカスタムの設定プロパティ名。
value QAnywhere Manager の設定プロパティの値。
処理が正常終了した場合のみ true。
プロパティ名と値を指定してこのメソッドを使用することで、QAnywhere Manager のデフォルトの設定プロパティを無効にできます。
QAnywhere Manager の設定プロパティのリストについては、QAnywhere Manager の設定プロパティを参照してください。
QAnywhere Manager の設定プロパティは、プロパティファイルと QAManagerFactory::createQAManager メソッドを使用して設定することもできます。
詳細については、ファイルでの QAnywhere Manager 設定プロパティの設定を参照してください。
QAManager::open() または QATransactionalManager::open() を呼び出す前に、必要なプロパティを設定してください。