CalculatedPartitionSource Class

Definition

Represents a Partition of a CalculatedTable object.

public class CalculatedPartitionSource : Microsoft.AnalysisServices.Tabular.PartitionSource
type CalculatedPartitionSource = class
    inherit PartitionSource
Public Class CalculatedPartitionSource
Inherits PartitionSource
Inheritance
CalculatedPartitionSource

Constructors

CalculatedPartitionSource()

Creates a new instance of the CalculatedPartitionSource with default configuration.

Properties

Expression

Gets or sets the DAX expression used to build the partition of a calculated table.

Partition

Defines the query used to retrieve a rowset of a Table and stores the rowset if the Model is an in-memory model.

(Inherited from PartitionSource)
RetainDataTillForceCalculate

Gets or sets an indication that allows a calculated partition to have data which will not be affected by RefreshCalculate command when there are only data changes.

Applies to