Model.DefaultDataView 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.
Used by partitions in the model to determine the type of query that retrieves data. A Full dataview retrieves an unfiltered rowset, used for in-memory models and deployed DirectQuery models. A Sample data view is a subset of data used during DirectQuery model design.
public Microsoft.AnalysisServices.Tabular.DataViewType DefaultDataView { get; set; }
member this.DefaultDataView : Microsoft.AnalysisServices.Tabular.DataViewType with get, set
Public Property DefaultDataView As DataViewType