EntityPartitionSource 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.
Represents a Partition backed by reference to an object from underlying DataSource/Provider.
public class EntityPartitionSource : Microsoft.AnalysisServices.Tabular.PartitionSource
type EntityPartitionSource = class
inherit PartitionSource
Public Class EntityPartitionSource
Inherits PartitionSource
- Inheritance
Remarks
This partition source is only supported when the compatibility level of the database is at 1400 or above.
Constructors
EntityPartitionSource() |
Creates a new instance of the EntityPartitionSource 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. |
EntityName |
Gets or sets the Name of the underlying referenced object used to query and populate current partition. |
ExpressionSource | |
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) |
SchemaName |
Reserved for future use. |