Partilhar 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 {dtor} Releases all resources used by the Member.
Método público Dispose Releases all resources used by the Member.
Método público Equals (Herdado de Object.)
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 GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

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 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 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 Type Gets the member type of the Member.
Propriedade pública UniqueName Gets the unique name of the Member.

Início