OracleBFile.FileExists 屬性

定義

取得值,表示作業系統中是否有包含 BFILE 資料的實體檔案存在。

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

屬性值

如果有包含 true 資料的實體檔案存在,則為 BFILE,否則為 false

例外狀況

OracleBFile 物件已關閉或處置。

BFILE 相關聯的連接已經關閉。

適用於