Analysis Services Programming
Properties, clsMemberProperty
An object of ClassType clsMemberProperty implements the following properties. The table also shows whether the property is read/write (R/W) or read-only (R).
Property | Description | Access |
---|---|---|
Caption | The name of the column that contains the member property in the members and axis schema rowsets | R/W |
ClassType | Returns an enumeration constant that identifies the specific object type | R |
ColumnSize | The size (in bytes) of the data stored in the column referenced by the SourceColumn property | R/W |
ColumnType | The data type of the source column on which the member property is based | R/W |
Description | A description of the property | R/W |
IsVisible | Indicates whether the member property is visible to client applications | R/W |
Language | Identifies the language used | R/W |
Name | The name of the member property | R/W (R after the object has been named) |
OrdinalPosition | Returns the ordinal position of the clsMemberProperty object in the MemberProperties collection | R |
Parent | Returns a reference to the parent Level object | R |
PropertyType | Categorizes the content of information provided by the member property | R/W |
SourceColumn | The dimension table name and column that contains values for the member property | R/W |
SubClassType | Returns an enumeration constant that identifies the subclass type of the object | R |