QueryPartitionSource Class
Updated: May 24, 2016
Provides a query in the native query language of the external data source used to retrieve a slice of data for a single partition.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
Microsoft.AnalysisServices.Tabular::PartitionSource
Microsoft.AnalysisServices.Tabular::QueryPartitionSource
| Name | Description | |
|---|---|---|
![]() | QueryPartitionSource() | The data source used in the query. |
| Name | Description | |
|---|---|---|
![]() | DataSource | Gets or sets a named object specifying a connection string to an external data source that provides data to the model. See https://msdn.microsoft.com/library/gg492165.aspx for a list of supported data sources. |
![]() | Partition | Gets or sets an accessor that returns a Partition object. (Inherited from PartitionSource.) |
![]() | Query | Gets or sets a query assigned to a partition, providing a slice of the dataset stored in the partition. |
| 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.


