Level Class
Updated: May 24, 2016
Represents a level in a hierarchy that provides a logical hierarchical drilldown path for client applications. It is a child of a Hierarchy object. The level is based on the values in a column.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
Microsoft.AnalysisServices.Tabular::MetadataObject
Microsoft.AnalysisServices.Tabular::NamedMetadataObject
Microsoft.AnalysisServices.Tabular::Level
| Name | Description | |
|---|---|---|
![]() | Level() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | Annotations | Gets the collection of object of all annotations in the current Level. |
![]() | Column | Gets or sets the column of the object. |
![]() | Description | Gets or sets the description of the object. |
![]() | Hierarchy | Gets an ID-based reference to a Hierarchy object. |
![]() | IsRemoved | Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.) |
![]() | Model | Gets the Tabular model of the object. (Inherited from MetadataObject.) |
![]() | ModifiedTime | Gets or sets the modified date and time of the current object. |
![]() | Name | Gets or sets the name of the property. (Overrides NamedMetadataObject::Name.) |
![]() | ObjectType | Gets the type of the object. (Overrides MetadataObject::ObjectType.) |
![]() | Ordinal | Gets or sets the level of the ordinal position. |
![]() | Parent | Gets or sets parent of the current object. This value is null for Model objects. (Overrides MetadataObject::Parent.) |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new, full copy of a Level object. |
![]() | CopyFrom(Level^) | Obsolete. Deprecated. Use CopyTo method instead. |
![]() | CopyTo(Level^) | Copies a Level object to the specified object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Rename(String^) | Obsolete. Deprecated. Use RequestRename method instead. |
![]() | 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.

