次の方法で共有


PartitionFunctionRange 列挙体

パーティション関数の範囲を指定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Enumeration PartitionFunctionRange
'使用
Dim instance As PartitionFunctionRange
public enum PartitionFunctionRange
public enum class PartitionFunctionRange
type PartitionFunctionRange
public enum PartitionFunctionRange

メンバー

メンバー名 説明
Left 範囲は Left です。
NotSpecified 範囲は NotSpecified です。
Right 範囲は Right です。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間