SpatialIndexType Enumeration
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration SpatialIndexType
'Usage
Dim instance As SpatialIndexType
public enum SpatialIndexType
public enum class SpatialIndexType
type SpatialIndexType
public enum SpatialIndexType
Members
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. |
See Also