Allows you to set QAnywhere Manager configuration properties programmatically.
Public Sub SetProperty(ByVal name As String, ByVal val As String)
public void SetProperty(string name, string val)
name The QAnywhere Manager configuration property name.
val The QAnywhere Manager configuration property value
QAException class Thrown if there is a problem setting the property.
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 QAnywhere manager configuration property settings in a file. you must set required properties before calling QAManager.Open or QATransactionalManager.Open().
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |