ConnectionManagerCacheClass.UseFile Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a Boolean that indicates whether the connection manager uses a cache file.
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
Property Value
true if the connection manager uses a cache file; otherwise, false.
Implements
Remarks
For more information, see ConnectionManager.