OracleBFile.CanRead 속성

정의

BFILE 스트림을 읽을 수 있는지 여부를 나타내는 값을 가져옵니다.

public:
 virtual property bool CanRead { bool get(); };
public override bool CanRead { get; }
member this.CanRead : bool
Public Overrides ReadOnly Property CanRead As Boolean

속성 값

false이 닫혀 있거나 삭제되었으면 BFILE이고, 그렇지 않으면 true입니다. Null에 대해 항상 true입니다.

적용 대상