Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Models the grid density level in a spatial index.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public Enumeration SqlDegree
public enum SqlDegree
public enum class SqlDegree
type SqlDegree
public enum SqlDegree
Members
Member name | Description | |
---|---|---|
Low | Specifies the lowest possible density for the grid at a given level. LOW equates to 16 cells (a 4x4 grid). | |
Medium | Specifies the medium density for the grid at a given level. MEDIUM equates to 64 cells (a 8x8 grid). | |
High | Specifies the highest possible density for the grid at a given level. HIGH equates to 256 cells (a 16x16 grid). |