SqlPartitionRange Enumeration

Specifies a SQL partition range.

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

Syntax

'Declaration
Public Enumeration SqlPartitionRange
'Usage
Dim instance As SqlPartitionRange
public enum SqlPartitionRange
public enum class SqlPartitionRange
public enum SqlPartitionRange
type SqlPartitionRange

Members

Member name Description
Unknown Range is Unknown
Left Range is Left
Right Range is Right

Remarks

See ISql90PartitionFunction.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace