DataViewType 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.
Determines which partitions are to be selected to run queries against the model.
public enum DataViewType
type DataViewType =
Public Enum DataViewType
- Inheritance
-
DataViewType
Fields
Name | Value | Description |
---|---|---|
Full | 0 | Partitions with DataView set to Default or Full are selected. |
Sample | 1 | Partitions with DataView set to Default or Sample are selected. |
Default | 3 | Only Partitions can use this value. When set, the partition will inherit the DataView from the Model. |