Share via


MPartitionSourceOverride Class

Definition

Represents the override properties of a QueryPartitionSource object that are provided for the duration of a refresh operation.

public class MPartitionSourceOverride : Microsoft.AnalysisServices.Tabular.DataRefresh.PartitionSourceOverride
type MPartitionSourceOverride = class
    inherit PartitionSourceOverride
Public Class MPartitionSourceOverride
Inherits PartitionSourceOverride
Inheritance
MPartitionSourceOverride

Remarks

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

Constructors

MPartitionSourceOverride()

Initializes the object.

Properties

Expression

Query that will be used for the duration of the refresh operation.

Methods

OnOwnerChanging(PartitionOverride)

Handling a change in the owner

Applies to