Page History
...
Public Properties
Property | Description |
---|---|
_Item | Returns a OracleTablePartition object specified by the given Number or GUID. PARAMETERS: Identifier (Integer or String). |
_NewEnum | |
Count | Number of OracleTablePartition objects in the collection. DATATYPE: Integer. |
Names of the columns in the PartitionKey as a comma-separated list in sequence order. DATATYPE: String. | |
Type of partition: RANGE, HASH, LIST, or COMPOSITE. DATATYPE: String. | |
Names of the columns in the Subpartition Key as a comma-separated list in sequence order. DATATYPE: String. | |
Type of subpartition: HASH, LIST, or NONE, if the partition type is not COMPOSITE. DATATYPE: String. | |
For HASH partitions only. Quantity of partitions. Use when not wanting to name individual partitions. Positive integers only. Delete any named partitions first. DATATYPE: String. | |
For HASH partitions only. Comma-separated list of tablespaces for un-named partitions. DATATYPE: String. | |
OracleTablePartition object specified by the given Number or GUID. PARAMETERS: Identifier (Integer or String). | |
Set/unset the Oracle Range Partition Interval property. It can be set only if the partition type is Range. | |
Set/unset the Oracle Reference Partition Foreign Key property. It can be set only if the partition type is Reference. | |
Number of subpartitions. This does not include subpartitions specified under each partition. DATATYPE: Integer. |
...