MPartitionSource Class

Definition

Represents a Partition backed by M expression.

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

Remarks

This partition source is only supported when the compatibility level of the database is at 1400 or above.

Constructors

MPartitionSource()

Creates a new instance of the MPartitionSource with default configuration.

Properties

Attributes

Gets or sets the M attributes

Expression

Gets or sets the M 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)

Applies to