QueryPartitionSourceOverride Class
Updated: May 24, 2016
Represents the override properties of a QueryPartitionSource object that are provided for the duration of a refresh operation.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
Microsoft.AnalysisServices.Tabular.DataRefresh::PartitionSourceOverride
Microsoft.AnalysisServices.Tabular.DataRefresh::QueryPartitionSourceOverride
| Name | Description | |
|---|---|---|
![]() | QueryPartitionSourceOverride() | Initializes the object. |
| Name | Description | |
|---|---|---|
![]() | DataSource | Gets or sets the DataSource that will be used for the duration of the refresh operation. |
![]() | Query | Gets or sets the Query that will be used for the duration of the refresh operation. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


