Partition Class
Updated: May 24, 2016
Represents a partition in a table. Partitions define the query against external data sources that return the rowsets of a Table.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
Microsoft.AnalysisServices.Tabular::MetadataObject
Microsoft.AnalysisServices.Tabular::NamedMetadataObject
Microsoft.AnalysisServices.Tabular::Partition
| Name | Description | |
|---|---|---|
![]() | Partition() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | Annotations | Gets the collection object of all annotations in the current Partition. |
![]() | DataView | Gets or sets the type of data view that defines a partition slice. |
![]() | Description | Gets or sets the Description property of the current column. |
![]() | ErrorMessage | Gets or sets an error message if the column is invalid or in an error state. |
![]() | IsRemoved | Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.) |
![]() | Mode | Gets or sets the type of the model (import or DirectQuery). |
![]() | Model | Gets the Tabular model of the object. (Inherited from MetadataObject.) |
![]() | ModifiedTime | Gets the time that the object was last modified. |
![]() | Name | Gets or sets the name of the partition. (Overrides NamedMetadataObject::Name.) |
![]() | ObjectType | Gets the type of the object. (Overrides MetadataObject::ObjectType.) |
![]() | Parent | Gets or sets the parent object, null for Model objects. (Overrides MetadataObject::Parent.) |
![]() | RefreshedTime | Gets the date and time at which the partition was last refreshed. |
![]() | Source | Gets or sets the PartitionSource object. |
![]() | SourceType | Gets the Type of PartitionSource. |
![]() | State | Gets or sets the state for the object partitions. For regular partitions, Ready if the partition has been refreshed or NoData if it was never refreshed or if it was cleared. For calculated partitions, as with calculated columns, this value can be CalculationNeeded or Ready. |
![]() | Table | Gets or sets the reference to a Table object that owns this Partition. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new, full copy of a Partition object. |
![]() | CopyFrom(Partition^) | Obsolete. Deprecated. Use CopyTo method instead. |
![]() | CopyTo(Partition^) | Copies a Partition object to the specified object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Refresh(RefreshType) | Obsolete. Deprecated. Use RequestRefresh method instead. |
![]() | Refresh(RefreshType, ICollection<OverrideCollection^>^) | Obsolete. Deprecated. Use RequestRefresh method instead. |
![]() | Rename(String^) | Obsolete. Deprecated. Use RequestRename method instead. |
![]() | RequestMerge(IEnumerable<Partition^>^) | Request to merge partitions. |
![]() | RequestRefresh(RefreshType) | Request refresh of this object. |
![]() | RequestRefresh(RefreshType, ICollection<OverrideCollection^>^) | Request refresh of this object with overrides. |
![]() | RequestRename(String^) | Request rename of this object. |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate() | Returns a Validate object. (Inherited from MetadataObject.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

