Obtains the integer value of a database property.
public virtual ul_u_long GetDatabasePropertyInt(const char * propName)
propName The name of the property being requested.
If successful, the integer value of the property; otherwise, returns 0.
The following example illustrates how to get the value of the ConnCount database property.
unsigned connectionCount = GetDatabasePropertyInt( "ConnCount" );