ModeType Enumeration

 

Updated: May 24, 2016

Defines the method for making data available in the partition.

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

public enum class ModeType

Member nameDescription
Default

Only partitions can use this value. When set, the partition will inherit the DefaultMode of the Model.

DirectQuery

Data will be queried dynamically from a data source.

Import

Data will be imported from a data source.

Return to top
Show: