次の方法で共有


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