パーティション関数の範囲を指定します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Enumeration PartitionFunctionRange
'使用
Dim instance As PartitionFunctionRange
public enum PartitionFunctionRange
public enum class PartitionFunctionRange
public enum PartitionFunctionRange
メンバ
| メンバ名 | 説明 | |
|---|---|---|
| NotSpecified | 範囲は NotSpecified です。 | |
| Left | 範囲は Left です。 | |
| Right | 範囲は Right です。 |