RangeType Enum

Definition

The RangeType enum specifies whether the boundary values specified with RangeValues are placed in the LEFT or RIGHT side of the interval. None corresponds to no boundary condition. Table with no partition is suitable example.

[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.RangeTypeConverter))]
public enum RangeType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.RangeTypeConverter))>]
type RangeType = 
Public Enum RangeType
Inheritance
RangeType
Attributes

Fields

Left 0

Boundary values belong to left side of the interval.

None -1

RangeType is not set.

Right 1

Boundary values belong to right side of the interval.

Applies to