PartitionSourceType Enumeration

 

Updated: May 24, 2016

An enumeration of possible values for a partition source.

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)

public enum class PartitionSourceType

Member nameDescription
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.

Return to top
Show: