InferredPartitionSource Class

Definition

Represents a Partition that its data will be populated by executing a query generated by the system.

public class InferredPartitionSource : Microsoft.AnalysisServices.Tabular.PartitionSource
type InferredPartitionSource = class
    inherit PartitionSource
Public Class InferredPartitionSource
Inherits PartitionSource
Inheritance
InferredPartitionSource

Remarks

This partition source is only supported when the compatibility level of the database is at 1563 or above.

Constructors

InferredPartitionSource()

Properties

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)

Applies to