다음을 통해 공유


PartitionRange Enum

Definition

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

Applies to