Description
Automatically generate a range of table partitions. PARAMETERS: StartValue (String), StartValueInclusive (Boolean), EndValue (String), EndValueInclusive (Boolean), RangeWidth (Number), DurationLabel (String), Tablespace (String), Long Tablespace (String).
Syntax
Public Sub AddRange( _ ByVal StartValue As Variant, _ ByVal StartValueInclusive As Variant, _ ByVal EndValue As Variant, _ ByVal EndValueInclusive, _ ByVal RangeWidth As Variant, _ ByVal DurationLabel As Variant, _ ByVal Tablespace As Variant, _ ByVal LongTablespace As Variant _ )
Parameters
- StartValue
String - StartValueInclusive
Boolean - EndValue
String - EndValueInclusive
Boolean - RangeWidth
Number - DurationLabel
String - Tablespace
String - LongTablespace
String