Compartilhar via


Membros Member

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

O tipo Member expõe os seguintes membros.

Métodos

  Nome Descrição
Método público Equals Determines whether two instances of Member are equal. (Substitui Object. . :: . .Equals(Object).)
Método público FetchAllProperties Retrieves all member properties from the server.
Método protegido Finalize (Herdado de Object.)
Método público GetChildren() () () () Returns a MemberCollection that contains a collection of child members for the Member.
Método público 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 público 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 público 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 público GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Substitui Object. . :: . .GetHashCode() () () ().)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString A String that contains the name of the Member. (Substitui Object. . :: . .ToString() () () ().)

Início

Operadores

  Nome Descrição
Operador públicoMembro estático Equality Determines whether two instances of Member are equal.
Operador públicoMembro estático Inequality Determines whether two instances of Member are unequal.

Início

Propriedades

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

Início