Partition.DataView Property

Definition

Determines which partitions should be selected to run queries against the model. The possible values are as follows. Full (0) - Partitions with DataView set to Default or Full are selected. Sample (1): Partitions with DataView set to Default or Sample are selected. SampleAndFull (2): All partitions are selected. Default (3) - Inherits from the default DataView of the Model object.

public Microsoft.AnalysisServices.Tabular.DataViewType DataView { get; set; }
member this.DataView : Microsoft.AnalysisServices.Tabular.DataViewType with get, set
Public Property DataView As DataViewType

Property Value

Applies to