OracleBFile.FileExists プロパティ

定義

BFILE データを含む物理ファイルがオペレーティング システムに存在するかどうかを示す値を取得します。

public:
 property bool FileExists { bool get(); };
public bool FileExists { get; }
member this.FileExists : bool
Public ReadOnly Property FileExists As Boolean

プロパティ値

データを含む物理ファイルが存在する場合は a0/&。それ以外の場合は。

例外

OracleBFile オブジェクトは閉じているか破棄されます。

BFILEが関連付けられている接続が閉じられます。

適用対象