Properties, Measure Interface
[!참고]
이 기능은 다음 버전의 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).