Expand Minimize
This topic has not yet been rated - Rate this topic

DirectQueryUsage Enumeration

SQL Server 2012

Specifies the current DirectQuery usage of the partition.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public enum DirectQueryUsage
Member nameDescription
DirectQueryOnlyIndicates that queries on the partition should use only the relational data source.
InMemoryOnlyIndicates that queries on the partition should use only the in-memory data store.
InMemoryWithDirectQueryIndicates that queries against the model can use either the xVelocity in-memory analytics engine (VertiPaq) cache, or the relational data store. The in-memory data store is preferred if both are available.

Only one partition can be enabled for DirectQuery access at a time. To use a partition in Direct Query mode, the storage mode of the model must have been previously changed to enable DirectQuery mode. For more information, see Partitions and DirectQuery Mode (SSAS Tabular).

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.