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,會傳回空字串。

適用於