Member Members
Represents a single member within a hierarchy, tuple, level, or member.
The following tables list the members exposed by the Member type.
Public Properties
Name | Description | |
---|---|---|
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. |
Nach oben
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. Overridden. Determines whether two instances of Member are equal. | |
FetchAllProperties | Retrieves all member properties from the server. | |
GetChildren | Overloaded. Returns a MemberCollection that contains a collection of child members for the Member. | |
GetHashCode | Overridden. Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. | |
GetType | (inherited from Object ) | |
op_Equality | Determines whether two instances of Member are equal. | |
op_Inequality | Determines whether two instances of Member are unequal. | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. A String that contains the name of the Member. |
Nach oben
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Nach oben
Siehe auch
Verweis
Member Class
Microsoft.AnalysisServices.AdomdClient Namespace