Поделиться через


Элементы Member

Represents a single member within a hierarchy, tuple, level, or member.

Тип Member предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals Determines whether two instances of Member are equal. (Перезаписывает Object. . :: . .Equals(Object).)
Открытый метод FetchAllProperties Retrieves all member properties from the server.
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetChildren() () () () Returns a MemberCollection that contains a collection of child members for the Member.
Открытый метод 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.
Открытый метод 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.
Открытый метод 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.
Открытый метод GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Перезаписывает Object. . :: . .GetHashCode() () () ().)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString A String that contains the name of the Member. (Перезаписывает Object. . :: . .ToString() () () ().)

В начало

Операторы

  Имя Описание
Открытый операторСтатический элемент Equality Determines whether two instances of Member are equal.
Открытый операторСтатический элемент Inequality Determines whether two instances of Member are unequal.

В начало

Свойства

  Имя Описание
Открытое свойство 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.
Открытое свойство DrilledDown Indicates whether no children immediately follow the member on the axis.
Открытое свойство LevelDepth Gets the ordinal position of the level that contains the Member.
Открытое свойство LevelName Gets the name of the level that contains the Member.
Открытое свойство MemberProperties Gets a MemberPropertyCollection that contains a collection of member properties for 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.
Открытое свойство ParentSameAsPrevious Returns whether the parent of this position member is the same as the parent of the immediately preceding member.
Открытое свойство Properties Gets a PropertyCollection that contains the properties associated with the Member.
Открытое свойство Type Gets the member type of the Member.
Открытое свойство UniqueName Gets the unique name of the Member.

В начало