> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IsDatabaseConnected

> ABBYY FlexiCapture API の IsDatabaseConnected メソッドは、データベースが Application Server に接続されているかどうかを確認し、bool 型の値を返します。

<div id="what-it-does">
  ## 何をするか
</div>

データベースとApplication Server間の接続を確認します。

<div id="definition">
  ## 定義
</div>

```
bool IsDatabaseConnected();
```

<div id="parameters">
  ## パラメーター
</div>

なし

<div id="returned-value">
  ## 戻り値
</div>

<table width="100%"><tbody><tr><td><p><strong>型</strong></p></td><td><p><strong>説明</strong></p></td></tr><tr><td><p>bool</p></td><td><ul><li>データベースに接続されている場合は "true"</li><li>それ以外の場合は "false" が返されます</li></ul></td></tr></tbody></table>
