DataViewType Enum

Definition

Determines which partitions are to be selected to run queries against the model.

public enum DataViewType
type DataViewType = 
Public Enum DataViewType
Inheritance
DataViewType

Fields

Default 3

Only Partitions can use this value. When set, the partition will inherit the DataView from the Model.

Full 0

Partitions with DataView set to Default or Full are selected.

Sample 1

Partitions with DataView set to Default or Sample are selected.

Applies to