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. |
GetPartitionKeyColumns | Names of the columns in the PartitionKey as a comma-separated list in sequence order. DATATYPE: String. |
GetPartitionType | Type of partition: RANGE, HASH, LIST, or COMPOSITE. DATATYPE: String. |
GetSubpartitionKeyColumns | Names of the columns in the Subpartition Key as a comma-separated list in sequence order. DATATYPE: String. |
GetSubpartitionType | Type of subpartition: HASH, LIST, or NONE, if the partition type is not COMPOSITE. DATATYPE: String. |
HashPartitionCount | 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. |
HashPartitionTablespaces | For HASH partitions only. Comma-separated list of tablespaces for un-named partitions. DATATYPE: String. |
Item | OracleTablePartition object specified by the given Number or GUID. PARAMETERS: Identifier (Integer or String). |
RangePartitionInterval | Set/unset the Oracle Range Partition Interval property. It can be set only if the partition type is Range. |
ReferencePartitionForeignKey | Set/unset the Oracle Reference Partition Foreign Key property. It can be set only if the partition type is Reference. |
SubpartitionCount | Number of subpartitions. This does not include subpartitions specified under each partition. DATATYPE: Integer. |
...