Represents a single member within a hierarchy, tuple, level, or member.
The following tables list the members exposed by the Member type.
Public Properties
| 名称 | Description | |
|---|---|---|
| .gif) | Caption | Gets the caption of the Member. | 
| .gif) | ChildCount | Gets the estimated count of child members contained in the Member. | 
| .gif) | Description | Gets the descriptive text of the Member. | 
| .gif) | DrilledDown | Indicates whether no children immediately follow the member on the axis. | 
| .gif) | LevelDepth | Gets the ordinal position of the level that contains the Member. | 
| .gif) | LevelName | Gets the name of the level that contains the Member. | 
| .gif) | MemberProperties | Gets a MemberPropertyCollection that contains a collection of member properties for the Member. | 
| .gif) | Name | Gets the name of the Member. | 
| .gif) | Parent | Gets a reference to the parent Member, if applicable, that contains the Member. | 
| .gif) | ParentLevel | This property gets a Level that contains the Member. | 
| .gif) | ParentSameAsPrevious | Returns whether the parent of this position member is the same as the parent of the immediately preceding member. | 
| .gif) | Properties | Gets a PropertyCollection that contains the properties associated with the Member. | 
| .gif) | Type | Gets the member type of the Member. | 
| .gif) | UniqueName | Gets the unique name of the Member. | 
顶部
Public Methods
(see also Protected Methods )
| 名称 | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. Overridden. Determines whether two instances of Member are equal. | 
| .gif) | FetchAllProperties | Retrieves all member properties from the server. | 
| .gif) | GetChildren | Overloaded. Returns a MemberCollection that contains a collection of child members for the Member. | 
| .gif) | GetHashCode | Overridden. Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | op_Equality | Determines whether two instances of Member are equal. | 
| .gif) .gif) | op_Inequality | Determines whether two instances of Member are unequal. | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | Overridden. A String that contains the name of the Member. | 
顶部
Protected Methods
| 名称 | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
顶部
请参阅
参考
Member Class
Microsoft.AnalysisServices.AdomdClient Namespace