Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PartitionSourceType Enum

Definition

Namespace:
Microsoft.AnalysisServices.Tabular
Assembly:
Microsoft.AnalysisServices.Tabular.dll
Package:
Microsoft.AnalysisServices v19.114.0

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.

An enumeration of possible values for a partition source.

public enum PartitionSourceType
type PartitionSourceType = 
Public Enum PartitionSourceType
Inheritance
PartitionSourceType

Fields

Name Value Description
Query 1

The data in this partition is retrieved by executing a query against a DataSource.

Calculated 2

The data in this partition is populated by executing a calculated expression.

None 3

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.

M 4

The partition uses an M expression to retrieve the data.

Entity 5

The data in this partition is obtained by querying the named entity from the underlying DataSource/Provider.

PolicyRange 6

The partition uses an M expression to retrieve the data. The partition ranges are auto created based on RefreshPolicy.

CalculationGroup 7

The partition uses CalculationGroup as a source.

Inferred 8

The data in this partition is populated by executing a query generated by the system.

Applies to