OracleBFile.FileName 属性

定义

获取 BFILE 的名称(不带路径)。

public:
 property System::String ^ FileName { System::String ^ get(); };
public string FileName { get; }
member this.FileName : string
Public ReadOnly Property FileName As String

属性值

BFILE 的名称。

例外

已关闭或已释放 OracleBFile 对象。

注解

对于 Null,返回一个空字符串。

适用于