PolicyRangePartitionSource Class

Definition

Represents a partition based on range refresh policy

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

Remarks

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

Constructors

PolicyRangePartitionSource()

Creates a new instance of the PolicyRangePartitionSource with default configuration.

Properties

End

Gets or sets the range end

Granularity

Gets or sets the Granularity

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)
RefreshBookmark

Gets or sets the RefreshBookmark

Start

Gets or sets the range start

Applies to