Properties, clsPartition
Note
This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.
An object of ClassType clsPartition implements the following properties of the MDStore interface.
Property |
Description |
---|---|
Indicates whether drillthrough is allowed on the partition. |
|
The aggregation prefix for the partition store. |
|
The partition analyzer object for this partition. |
|
Returns an enumeration constant that identifies the specific object type. |
|
The name of the default measure for the partition. |
|
The description of the partition. |
|
The list of columns that are included in a drillthrough query. |
|
A statement restricting rows that are returned by a drillthrough query. |
|
An SQL FROM clause with the names of the tables used in drillthrough queries. |
|
An SQL JOIN clause with the names of the tables used in drillthrough queries. |
|
For relational OLAP (ROLAP) partitions, indicates whether real-time update capability is enabled for the partition. |
|
The estimated number of rows in the partition. |
|
The estimated size of all the rows in bytes. |
|
Contains the SQL FROM clause from the list of tables used to define the partition's dimensions and measures. |
|
Indicates whether the partition is the default partition. |
|
Indicates whether the partition should be stored in the repository. |
|
Indicates whether the partition object is writable. |
|
Indicates whether the structure of the partition is valid. |
|
The JOIN clause (list of join conditions, separated by AND) for the partition. |
|
The date and time the partition was last processed. |
|
A user-specified date. It is not used by Microsoft® SQL Server™ 2000 Analysis Services. |
|
Indicates the progress of lazy optimization processing on a multidimensional OLAP (MOLAP) partition. |
|
The name of the partition. |
|
Returns an enumeration constant that identifies the type of OLAP storage mode. |
|
Returns a reference to the parent MDStore object. |
|
Sets the number of allowable errors that cause processing to cease. |
|
The UNC path to a file for logging dimension key errors encountered during processing. |
|
The name of the remote server where the data for the partition is stored. |
|
Returns a reference to the DSO.Server object. |
|
The name of the fact table for the partition. |
|
The alias of the source table for the partition. |
|
Contains the WHERE clause of the SQL statement used to determine which source table rows are to be included in the partition. |
|
Returns an enumeration constant that indicates the difference between the partition object referenced by the client application and corresponding partition on the Analysis server. |
|
Returns an enumeration constant that identifies the subclass type of the object. |