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 相关联的连接已关闭。

适用于