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
| Default | 2 | Only partitions can use this value. When set, the partition will inherit the DefaultMode of the Model. |
| DirectQuery | 1 | Data will be queried dynamically from a data source. |
| Dual | 4 | Allows support for dual mode of Import as well as DirectQuery. |
| Import | 0 | Data will be imported from a data source. |
| Push | 3 | Do not reference this member directly in your code. It supports the Analysis Services infrastructure. |