SpatialIndexType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Spatial Index type for the Spatial Indices
public enum SpatialIndexType
type SpatialIndexType =
Public Enum SpatialIndexType
- Inheritance
-
SpatialIndexType
Fields
Name | Value | Description |
---|---|---|
None | 0 | index is not a spatial |
GeometryGrid | 1 | Geometric Spatial Index Type |
GeographyGrid | 2 | Geography Grid Spatial Index Type |
GeometryAutoGrid | 3 | Geometry Auto Grid Spatial Index Type |
GeographyAutoGrid | 4 | Geography Auto Grid Spatial Index Type |