DirectQueryMode Enum

Definition

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.

Applies to