Create a QAManager instance with the specified properties.
Visual Basic Public Function CreateQAManager( _ ByVal iniFile As String _ ) As QAManager
C# public QAManager CreateQAManager( string iniFile );
iniFile Specifies the properties file to use for configuring the QAManager instance.
A new QAManager instance.
If iniFile is null, the QAManager is created using default properties. You can use the SetProperty method to set QAnywhere manager configuration properties programmatically after you create the instance.
For a list of QAnywhere manager configuration properties, see QAnywhere manager configuration properties.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |