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.

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


public ref class Level sealed : NamedMetadataObject

NameDescription
System_CAPS_pubmethodLevel()

Constructor.

NameDescription
System_CAPS_pubpropertyAnnotations

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

System_CAPS_pubpropertyColumn

Gets or sets the column of the object.

System_CAPS_pubpropertyDescription

Gets or sets the description of the object.

System_CAPS_pubpropertyHierarchy

Gets an ID-based reference to a Hierarchy object.

System_CAPS_pubpropertyIsRemoved

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

System_CAPS_pubpropertyModel

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

System_CAPS_pubpropertyModifiedTime

Gets or sets the modified date and time of the current object.

System_CAPS_pubpropertyName

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

System_CAPS_pubpropertyObjectType

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

System_CAPS_pubpropertyOrdinal

Gets or sets the level of the ordinal position.

System_CAPS_pubpropertyParent

Gets or sets parent of the current object. This value is null for Model objects. (Overrides MetadataObject::Parent.)

NameDescription
System_CAPS_pubmethodClone()

Creates a new, full copy of a Level object.

System_CAPS_pubmethodCopyFrom(Level^)

Obsolete. Deprecated. Use CopyTo method instead.

System_CAPS_pubmethodCopyTo(Level^)

Copies a Level 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_pubmethodRename(String^)

Obsolete. Deprecated. Use RequestRename method instead.

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: