PartitionSourceType Enumeration
Updated: May 24, 2016
An enumeration of possible values for a partition source.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
| Member name | Description | |
|---|---|---|
| Calculated | The data in this partition is populated by executing a calculated expression. | |
| None | The source is undefined. Data can come from pushed data or from out of line bindings that pull in data from an explicitly specified data source. | |
| Query | The data in this partition is retrieved by executing a query against a DataSource. |
Show: