DirectQueryMode 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.
Indicates whether a tabular model is enabled for use in Direct Query mode.
public enum DirectQueryMode
type DirectQueryMode =
Public Enum DirectQueryMode
- Inheritance
-
DirectQueryMode
Fields
DirectQuery | 3 | Indicates that queries against the model should reference only the relational data source. |
DirectQueryWithInMemory | 2 | Indicates that queries against the model should reference primarily the relational data source but can use the cache if available. |
InMemory | 0 | Indicates that queries against the model should use only the in-memory data store. |
InMemoryWithDirectQuery | 1 | Indicates that queries against the model should reference the xVelocity in-memory analytics engine (VertiPaq) cache first, and then the relational data source. |