Share via


Member 멤버

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

Member 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드 {dtor} Releases all resources used by the Member.
공용 메서드 Dispose Releases all resources used by the Member.
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetChildren Returns a MemberCollection that contains a collection of child members for the Member.
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 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.
공용 속성 LevelDepth Gets the ordinal position of the level that contains the Member.
공용 속성 LevelName Gets the name of the level that contains 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.
공용 속성 Type Gets the member type of the Member.
공용 속성 UniqueName Gets the unique name of the Member.

맨 위로 이동