DataViewType Enumeration

 

Updated: May 24, 2016

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

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)

public enum class DataViewType

Member nameDescription
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.

Return to top
Show: