![]() |
---|
下一版本的 Microsoft SQL Server 将删除该功能。请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。 |
The Measure interface supports the following properties.
Property | Description |
---|---|
Sets or returns a value that corresponds to the type of aggregate function used for a measure |
|
Returns an enumeration constant that identifies the specific object type |
|
Sets or returns the measure description |
|
Sets or returns the format used to display the measure values |
|
Indicates whether the measure object is valid |
|
Indicates whether the measure is visible to client applications |
|
Sets or returns the measure name |
|
Returns the ordinal position of the measure in the parent object's Measures collection |
|
Returns a reference to the parent MDStore object |
|
Sets or returns the name of the column that is precalculated |
|
Sets or returns the data type of the measure source column |
|
Returns an enumeration constant that identifies the subclass type of the object |
Access Cross-Reference
The following table shows whether the property is read/write (R/W) or read-only (R) for different objects.
Property | clsCube Measure | clsPartition Measure | clsAggregation Measure |
---|---|---|---|
R/W* |
R |
R |
|
R |
R |
R |
|
R/W |
R |
R |
|
R/W* |
R |
R |
|
R |
R |
R |
|
R/W |
R |
R |
|
R/W (R after the object has been named) |
R/W (R after the object has been named) |
R/W (R after the object has been named) |
|
R |
R |
R |
|
R |
R |
R |
|
R/W |
R/W |
R |
|
R/W* |
R |
R |
|
R |
R |
R |
* This property is read-only (R) for virtual cubes (that is, those of SubClassType sbclsVirtual).