LevelProperty Class
Updated: March 10, 2016
Represents a member property available on members in the level.
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
| Name | Description | |
|---|---|---|
![]() | Caption | Gets the caption of the LevelProperty. |
![]() | Description | Gets the description of the LevelProperty. |
![]() | Name | Gets the name of the LevelProperty. |
![]() | ParentLevel | Gets a Level that contains the LevelProperty. |
![]() | UniqueName | Gets the fully-qualified name of the LevelProperty. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether two instances of LevelProperty are equal.(Overrides Object::Equals(Object^).) |
![]() | GetHashCode() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables.(Overrides Object::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Returns a String that represents the current Object.(Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(LevelProperty^, LevelProperty^) | Determines whether two LevelProperty objects are equal. |
![]() ![]() | Inequality(LevelProperty^, LevelProperty^) | Determines whether two LevelProperty objects are not equal. |
The LevelProperty represents the definition of a member property for members in a given level. The LevelProperty differs from the MemberProperty in that the LevelProperty contains metadata representing a member property, and the MemberProperty contains data represented by a member property.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



