QueryPartitionSourceOverride 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 QueryPartitionSourceOverride : Microsoft.AnalysisServices.Tabular.DataRefresh.PartitionSourceOverride
type QueryPartitionSourceOverride = class
inherit PartitionSourceOverride
Public Class QueryPartitionSourceOverride
Inherits PartitionSourceOverride
- Inheritance
Constructors
| QueryPartitionSourceOverride() |
Initializes the object. |
Properties
| DataSource |
DataSource that will be used for the duration of the refresh operation. |
| Query |
Query that will be used for the duration of the refresh operation. |
Methods
| OnOwnerChanging(PartitionOverride) |
Handling a change in the owner |