OracleBFile.FileExists 属性

定义

获取一个值,该值指示操作系统中是否存在包含 BFILE 数据的物理文件。

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

属性值

如果存在包含数据的物理文件,则为

例外

对象 OracleBFile 已关闭或释放。

与之 BFILE 关联的连接已关闭。

适用于