ModeType 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.
Defines the method for making data available in the partition.
public enum ModeType
type ModeType =
Public Enum ModeType
- Inheritance
-
ModeType
Fields
Name | Value | Description |
---|---|---|
Import | 0 | Data will be imported from a data source. |
DirectQuery | 1 | Data will be queried dynamically from a data source. |
Default | 2 | Only partitions can use this value. When set, the partition will inherit the DefaultMode of the Model. |
Push | 3 | Do not reference this member directly in your code. It supports the Analysis Services infrastructure. |
Dual | 4 | Uses both Import and DirectQuery storage modes to support queries in composite models with high performance. |
DirectLake | 5 | Data will be loaded into memory from the data lake or queried dynamically if DirectLake fallback is enabled. |