SpatialIndexType Enumeration
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
Syntax
'Deklaracja
Public Enumeration SpatialIndexType
public enum SpatialIndexType
public enum class SpatialIndexType
public enum SpatialIndexType
public enum SpatialIndexType
Members
| Member name | Description |
|---|---|
| GeographyGrid | Specifies a spatial index type of geography. |
| GeometryGrid | Specifies a spatial index type of geometry. |
| None | Specifies a spatial index type of none. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also