| QVPRAPISettings Class |
Namespace: PIX.QMSAPI.DataObjects
The QVPRAPISettings type exposes the following members.
| Name | Description | |
|---|---|---|
| QVPRAPISettings | Initializes a new instance of the QVPRAPISettings class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| ConnectionModel |
SQL connection model.
| |
| ConnectUsingWindowsAuthentication |
Value indicating if the connection to the database should be made via Windows authentication.
| |
| Database |
Name of the database.
| |
| Password |
Password used for connecting to the SQL server.
| |
| Port |
Port for SQL connection.
| |
| Provider |
Provider of the QVPR database.
| |
| Server |
SQL server.
| |
| UserName |
Username for connecting to the SQL server.
| |
| XmlBackupInterval |
How often in minutes should the XML repository backup be scheduled.
| |
| XmlBackupPath |
Path to where the repository backup should be saved.
| |
| XmlBackupSchedule |
Configuration for the scheduled backup of the XML repository.
| |
| XmlBackupTime |
Date and time for the daily XML repository backup.
| |
| XmlBasePath |
Path to the folder where the XML repository is to be created.
|