CachedHow Enum
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.
public enum class CachedHow
public enum CachedHow
type CachedHow =
Public Enum CachedHow
- Inheritance
-
CachedHow
Fields
Name | Value | Description |
---|---|---|
NotCached | 0 | |
RecordCached | 1 | |
TableCached | 2 | |
ViewCached | 3 | |
ServerCached | 4 | |
SrvRecordCached | 5 | |
SrvTableCached | 6 | |
SrvViewCached | 7 |