Partition.DataView Property
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 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