write-only property的意思|示意

美 / / 英 / /

只写属性


write-only property的网络常见释义

只写属性 只具有set访问器的属性称为只写属性(write-only property)。get访问器相当于一个具有属性类型返回值的无参数方法。

write-only property相关短语

1、 Cannot read a write-only property 不能读取只写属性

write-only property相关例句

When in write-ahead log mode, only the auto_vacuum support property can be changed using VACUUM.

如果SQLite是运行在“写前日志”模式下,则只有(是否支持)auto_vacuum属性可以通过VACUUM命令进行修改。)

The property to access the collection object itself is read-only, the collection itself is read-write.

用于访问集合对象本身的属性是只读的,而集合本身是可读写的。

An action-type property that sorts selected rows according to specified criteria. Not available at design time; write-only at run time.

一个操作类型属性,将按指定条件对选定的行进行排序。设计时不可用;运行时为只写属性。

Unable to read write-only property.

无法从“只写”属性的文件中读取信息。

Arrays that are returned by properties are not write-protected, even if the property is read-only.

即使属性是唯读,所传回的阵列不会是写入保护。

Thus, the purpose of the accessors is to indicate whether the property is read-write, read-only, or write-only.

因此,存取子的目的是指示属性是读写、唯读或唯写。