Sets QAnywhere Manager configuration properties.
void QAManagerBase.setProperty( string name, string val ) throws QAException
name The QAnywhere Manager configuration property name.
val The QAnywhere Manager configuration property value.
You can use this method to override default QAnywhere Manager configuration properties by specifying a property name and value. For a list of properties, see QAnywhere manager configuration properties.
You can also set QAnywhere Manager configuration properties using a properties file and the QAManagerFactory.CreateQAManager method.
For more information, see Setting QAnywhere manager configuration properties in a file.
You must set required properties before calling QAManager.Open or QATransactionalManager.Open().
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |