This method is supported by POA starting from version 2.6.5
This method allows to set a database quota for MS SQL databases (namely, for data and transaction log).
The method has the following input parameters:
Name |
Type |
Short Description |
|
int |
Database ID to set the quota for. |
|
int |
ID of the Resource Type to set the quota for |
|
bigint |
Quota for data file |
|
bigint |
optional, quota for transaction log file |
This method has no output parameters.