SpatialIndexType Enumeration
SQL Server 2012
Enumerates possible spatial index types.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
| Member name | Description | |
|---|---|---|
| None | Specifies a spatial index type of none. | |
| GeometryGrid | Specifies a spatial index type of geometry. | |
| GeographyGrid | Specifies a spatial index type of geography. | |
| GeometryAutoGrid | Specifies a spatial index type of GeometryAutoGrid. | |
| GeographyAutoGrid | Specifies a spatial index type of GeographyAutoGrid. |