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.

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


public ref class Partition sealed : NamedMetadataObject

NameDescription
System_CAPS_pubmethodPartition()

Constructor.

NameDescription
System_CAPS_pubpropertyAnnotations

Gets the collection object of all annotations in the current Partition.

System_CAPS_pubpropertyDataView

Gets or sets the type of data view that defines a partition slice.

System_CAPS_pubpropertyDescription

Gets or sets the Description property of the current column.

System_CAPS_pubpropertyErrorMessage

Gets or sets an error message if the column is invalid or in an error state.

System_CAPS_pubpropertyIsRemoved

Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.)

System_CAPS_pubpropertyMode

Gets or sets the type of the model (import or DirectQuery).

System_CAPS_pubpropertyModel

Gets the Tabular model of the object. (Inherited from MetadataObject.)

System_CAPS_pubpropertyModifiedTime

Gets the time that the object was last modified.

System_CAPS_pubpropertyName

Gets or sets the name of the partition. (Overrides NamedMetadataObject::Name.)

System_CAPS_pubpropertyObjectType

Gets the type of the object. (Overrides MetadataObject::ObjectType.)

System_CAPS_pubpropertyParent

Gets or sets the parent object, null for Model objects. (Overrides MetadataObject::Parent.)

System_CAPS_pubpropertyRefreshedTime

Gets the date and time at which the partition was last refreshed.

System_CAPS_pubpropertySource

Gets or sets the PartitionSource object.

System_CAPS_pubpropertySourceType

Gets the Type of PartitionSource.

System_CAPS_pubpropertyState

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.

System_CAPS_pubpropertyTable

Gets or sets the reference to a Table object that owns this Partition.

NameDescription
System_CAPS_pubmethodClone()

Creates a new, full copy of a Partition object.

System_CAPS_pubmethodCopyFrom(Partition^)

Obsolete. Deprecated. Use CopyTo method instead.

System_CAPS_pubmethodCopyTo(Partition^)

Copies a Partition object to the specified object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodRefresh(RefreshType)

Obsolete. Deprecated. Use RequestRefresh method instead.

System_CAPS_pubmethodRefresh(RefreshType, ICollection<OverrideCollection^>^)

Obsolete. Deprecated. Use RequestRefresh method instead.

System_CAPS_pubmethodRename(String^)

Obsolete. Deprecated. Use RequestRename method instead.

System_CAPS_pubmethodRequestMerge(IEnumerable<Partition^>^)

Request to merge partitions.

System_CAPS_pubmethodRequestRefresh(RefreshType)

Request refresh of this object.

System_CAPS_pubmethodRequestRefresh(RefreshType, ICollection<OverrideCollection^>^)

Request refresh of this object with overrides.

System_CAPS_pubmethodRequestRename(String^)

Request rename of this object.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate()

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.

Return to top
Show: