SqlPartitionRange Enumeration
Specifies to which side of an interval, the left or the right, the boundary value belongs.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration SqlPartitionRange
public enum SqlPartitionRange
public enum class SqlPartitionRange
type SqlPartitionRange
public enum SqlPartitionRange
Members
Member name | Description | |
---|---|---|
Unknown | Specifies that the range is unknown. | |
Left | Specifies that the boundary value belongs to the left side of the interval. | |
Right | Specifies that the boundary value belongs to the right side of the interval. |