MPartitionSourceOverride 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 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
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 |