PartitionRange Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies to which side of interval, left or right, the boundary value belongs
public enum PartitionRange
type PartitionRange =
Public Enum PartitionRange
- Inheritance
-
PartitionRange
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Unknown |
Left | 1 | Left |
Right | 2 | Right |