Properties, Dimension Interface
[!NOTA]
Questa caratteristica verrà rimossa a partire dalla prossima versione di Microsoft SQL Server. Non utilizzare questa caratteristica in un nuovo progetto di sviluppo e modificare non appena possibile le applicazioni in cui è attualmente implementata.
The Dimension interface supports the following properties.
Property |
Description |
---|---|
Specifies how aggregations are to be designed for a dimension. |
|
Indicates whether two or more children of the same parent member can have the same name. |
|
Indicates whether member keys are unique for all members in the dimension. |
|
Indicates whether member names are unique for all members in the dimension. |
|
Returns an enumeration constant that identifies the specific object type. |
|
Contains a template string that is used to generate captions for system-generated data members. |
|
The data source object of a dimension object. |
|
Defines the default member of the dimension. |
|
Names a dimension to which the current dimension is related. |
|
The description of a dimension. |
|
Returns an enumeration constant identifying the specific type of dimension. |
|
Indicates whether or not the dimension supports real-time updates. |
|
The SQL FROM clause for a dimension. |
|
Indicates whether members and/or levels are expected to change on a regular basis. |
|
Indicates whether dimension writebacks are available to client applications that have appropriate permissions. |
|
Indicates whether a dimension can be shared among cubes. |
|
Indicates whether an object is temporary. |
|
Indicates whether a dimension structure is valid. |
|
Indicates whether a dimension is virtual. |
|
Indicates whether the dimension is visible to clients. |
|
The SQL JOIN clause for a dimension. |
|
The date and time when a dimension was last processed. |
|
A user-specified date. It is not used by Microsoft® SQL Server™ 2000 Analysis Services. |
|
Determines which members in a dimension can have associated data in the fact table. |
|
The dimension name. |
|
Returns the ordinal position of the dimension object in the Dimensions collection of its parent object. |
|
Returns a reference to the parent MDStore object. |
|
Returns the name of the source table for the dimension. |
|
Returns the alias of the source table for the dimension. |
|
Restricts members included in a dimension. |
|
Returns an enumeration constant that indicates the difference between the dimension object referenced by the client application and the corresponding dimension on the Analysis server. |
|
Determines the method of storing dimension contents. |
|
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), read-only (R), or not applicable (n/a) for different objects.
Property |
clsDatabase dimension |
clsCube dimension |
clsPartition dimension |
clsAggregation dimension |
---|---|---|---|---|
n/a |
R/W |
R |
n/a |
|
R/W |
R |
R |
R |
|
R/W |
R |
R |
R |
|
R/W |
R |
R |
R |
|
R |
R |
R |
R |
|
R/W* |
R |
R |
R |
|
R/W |
R |
R |
R |
|
R/W |
R |
R |
R |
|
R/W |
R |
R |
R |
|
R/W |
R |
R/W |
n/a |
|
R/W |
R |
R |
R |
|
R/W |
R |
R |
R |
|
R/W |
R |
R |
R/W |
|
R/W |
R |
R |
R |
|
R/W |
R |
R |
R |
|
R |
R |
R |
R |
|
R |
R |
R |
R |
|
R |
R |
R |
R |
|
R/W |
R |
R |
R |
|
n/a |
R/W |
R |
R |
|
R/W |
R |
R |
R/W |
|
R |
R |
R |
R |
|
R/W |
R |
R |
R |
|
R/W* |
R |
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/W (R after the object has been named) |
|
R |
R |
R |
R |
|
R |
R |
R |
R |
|
R |
R |
R |
n/a |
|
R |
R |
R |
n/a |
|
R/W |
R |
R |
R |
|
R |
n/a |
n/a |
R |
|
R/W |
R |
R |
R |
|
R |
R |
R |
R |
* This property is read/write only for objects of SubClassType sbclsParentChild. ** The LastProcessed property of objects that implement the Dimension interface are not initialized until the dimension is processed for the first time. An error is raised if LastProcessed is accessed when the State property of the dimension object equals olapStateNeverProcessed.