Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取数据库属性的整数值。
public virtual ul_u_long GetDatabasePropertyInt(const char * propName)
propName 所请求的属性的名称。
如果成功,则返回该属性的整数值;否则返回 0。
以下示例说明如何获取 ConnCount 数据库属性的值。
unsigned connectionCount = GetDatabasePropertyInt( "ConnCount" );