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 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. |