PartitionFunctionRange Enumeration

Specifies the partition function range.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Enumeration PartitionFunctionRange
public enum PartitionFunctionRange
public enum class PartitionFunctionRange
type PartitionFunctionRange
public enum PartitionFunctionRange

Members

Member name Description
NotSpecified Range is NotSpecified
Left Range is Left
Right Range is Right

See Also

Reference

Microsoft.Data.Schema.ScriptDom.Sql Namespace