ModeType Enumeration
Updated: May 24, 2016
Defines the method for making data available in the partition.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
| Member name | Description | |
|---|---|---|
| Default | Only partitions can use this value. When set, the partition will inherit the DefaultMode of the Model. | |
| DirectQuery | Data will be queried dynamically from a data source. | |
| Import | Data will be imported from a data source. |
Show: