CalculatedPartitionSource Class
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.
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
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. |