Compartir a través de


Member Miembros

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

El tipo Member expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals Determines whether two instances of Member are equal. (Invalida Object. . :: . .Equals(Object).)
Método publico FetchAllProperties Retrieves all member properties from the server.
Método protegido Finalize (Se hereda de Object).
Método publico GetChildren() () () () Returns a MemberCollection that contains a collection of child members for the Member.
Método publico 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.
Método publico 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.
Método publico 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.
Método publico GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Invalida Object. . :: . .GetHashCode() () () ().)
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString A String that contains the name of the Member. (Invalida Object. . :: . .ToString() () () ().)

Principio

Operadores

  Nombre Descripción
Operador públicoMiembro estático Equality Determines whether two instances of Member are equal.
Operador públicoMiembro estático Inequality Determines whether two instances of Member are unequal.

Principio

Propiedades

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

Principio