SqlPartitionRange 枚举

指定边界值属于间隔的左侧还是右侧。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Public Enumeration SqlPartitionRange
public enum SqlPartitionRange
public enum class SqlPartitionRange
type SqlPartitionRange
public enum SqlPartitionRange

成员

成员名称 说明
Unknown 指定范围未知。
Left 指定边界值属于间隔的左侧。
Right 指定边界值属于间隔的右侧。

请参见

参考

Microsoft.Data.Schema.Sql.SchemaModel 命名空间