Properties, Measure Interface
Hinweis: |
---|
Dieses Feature wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature nicht zum Entwickeln neuer Anwendungen, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird, zum frühstmöglichen Zeitpunkt ein. |
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).