共用方式為


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 命名空間