QueryPartitionSourceOverride Class

Definition

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
QueryPartitionSourceOverride

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

Applies to