SqlDegree Enumeration

Specifies a degree to which a property exists.

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

Syntax

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

Members

Member name Description
Low Degree is Low
Medium Degree is Medium
High Degree is High

Remarks

See ISql100SpatialIndex and ISql100WorkloadGroup.

See Also

Reference

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