QueryPartitionSource 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.
Provides a query in the native query language of the external data source used to retrieve a slice of data for a single partition.
public class QueryPartitionSource : Microsoft.AnalysisServices.Tabular.PartitionSource
type QueryPartitionSource = class
inherit PartitionSource
Public Class QueryPartitionSource
Inherits PartitionSource
- Inheritance
Constructors
QueryPartitionSource() |
Creates a new instance of the QueryPartitionSource with default configuration. |
Properties
DataSource |
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 |
Defines the query used to retrieve a rowset of a Table and stores the rowset if the Model is an in-memory model. (Inherited from PartitionSource) |
Query |
A query assigned to a partition, providing a slice of the dataset stored in the partition. |