Freigeben über


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
Öffentliche Methode Equals Determines whether two instances of Member are equal. (Überschreibt Object. . :: . .Equals(Object).)
Öffentliche Methode FetchAllProperties Retrieves all member properties from the server.
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetChildren() () () () Returns a MemberCollection that contains a collection of child members for the Member.
Öffentliche Methode GetChildren(Int64, Int64) Returns a MemberCollection that contains a collection of child members for the Member. The returned object contains up to count members, and begins at the position indicated by start.
Öffentliche Methode GetChildren(Int64, Int64, array<MemberFilter> [] () [] []) Returns a MemberCollection that contains a collection of child members for the Member. The returned object contains up to count members, begins at the position indicated by the start parameter, and is filtered by the filters parameters.
Öffentliche Methode GetChildren(Int64, Int64, array<String> [] () [] [], array<MemberFilter> [] () [] []) Returns a MemberCollection that contains a collection of child members for the Member. The returned object contains up to count members, begins at the position indicated by the start parameter, and is filtered by the filters parameters. Each member caches the properties indicated by the Array passed into the properties parameter. Note   For performance reasons, this overload should be used only if non-default member properties are needed. Default member properties include Name, UniqueName, Caption, ChildCount, Description, LevelDepth, LevelName, Parent, ParentLevel, and Type.
Öffentliche Methode GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Überschreibt Object. . :: . .GetHashCode() () () ().)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString A String that contains the name of the Member. (Überschreibt Object. . :: . .ToString() () () ().)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatischer Member Equality Determines whether two instances of Member are equal.
Öffentlicher OperatorStatischer Member Inequality Determines whether two instances of Member are unequal.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Caption Gets the caption of the Member.
Öffentliche Eigenschaft ChildCount Gets the estimated count of child members contained in the Member.
Öffentliche Eigenschaft Description Gets the descriptive text of the Member.
Öffentliche Eigenschaft DrilledDown Indicates whether no children immediately follow the member on the axis.
Öffentliche Eigenschaft LevelDepth Gets the ordinal position of the level that contains the Member.
Öffentliche Eigenschaft LevelName Gets the name of the level that contains the Member.
Öffentliche Eigenschaft MemberProperties Gets a MemberPropertyCollection that contains a collection of member properties for the Member.
Öffentliche Eigenschaft Name Gets the name of the Member.
Öffentliche Eigenschaft Parent Gets a reference to the parent Member, if applicable, that contains the Member.
Öffentliche Eigenschaft ParentLevel This property gets a Level that contains the Member.
Öffentliche Eigenschaft ParentSameAsPrevious Returns whether the parent of this position member is the same as the parent of the immediately preceding member.
Öffentliche Eigenschaft Properties Gets a PropertyCollection that contains the properties associated with the Member.
Öffentliche Eigenschaft Type Gets the member type of the Member.
Öffentliche Eigenschaft UniqueName Gets the unique name of the Member.

Zum Anfang