SqlGridTessellation Enumeration

Models the grid tessellation 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 SqlGridTessellation
public enum SqlGridTessellation
public enum class SqlGridTessellation
type SqlGridTessellation
public enum SqlGridTessellation

Members

Member name Description
None Specifies that no tessellation was provided for this index.
Geometry Specifies that a geometric tessellation was provided for this index.
Geography Specifies that a geographic tessellation was provided for this index.

See Also

Reference

Microsoft.Data.Schema.Sql.SchemaModel Namespace