ConnectionManagerCacheClass.UseFile 属性

定义

获取或设置一个布尔值,该值指示连接管理器是否使用缓存文件。

public:
 virtual property bool UseFile { bool get(); void set(bool value); };
public virtual bool UseFile { get; set; }
member this.UseFile : bool with get, set
Public Overridable Property UseFile As Boolean

属性值

如果连接管理器使用缓存文件,则为 true;否则为 false。

实现

注解

有关详细信息,请参阅 ConnectionManager

适用于