DataViewType Enumeration
Updated: May 24, 2016
Determines which partitions are to be selected to run queries against the model.
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 DataView from the Model. | |
| Full | Partitions with DataView set to Default or Full are selected. | |
| Sample | Partitions with DataView set to Default or Sample are selected. |
Show: