Member-Member
Represents a single member within a hierarchy, tuple, level, or member.
Der Member-Typ macht die folgenden Member verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
{dtor} | Releases all resources used by the Member. | |
Dispose | Releases all resources used by the Member. | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetChildren | Returns a MemberCollection that contains a collection of child members for the Member. | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Object.) |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Caption | Gets the caption of the Member. | |
ChildCount | Gets the estimated count of child members contained in the Member. | |
Description | Gets the descriptive text of the Member. | |
LevelDepth | Gets the ordinal position of the level that contains the Member. | |
LevelName | Gets the name of the level that contains the Member. | |
Name | Gets the name of the Member. | |
Parent | Gets a reference to the parent Member, if applicable, that contains the Member. | |
ParentLevel | This property gets a Level that contains the Member. | |
Type | Gets the member type of the Member. | |
UniqueName | Gets the unique name of the Member. |
Zum Anfang