Partition.Mode Property

Definition

Defines the method for making data available in the partition. Possible values are as follows. Import (0) Data will be imported from a data source. DirectQuery (1) Data will be queried dynamically from a data source. Default (2): Only partitions can use this value. When set, the partition will inherit the DefaultMode of the Model. Push (3): Data will be pushed into the partition. The Mode of a Partition can be set to Default (2), in which case it will inherit its Mode from the DefaultMode of the Model

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

Property Value

Applies to