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" );