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.

맨 위로 이동