Aracılığıyla paylaş


SpatialIndexType Enumeration

Enumerates possible spatial index types.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)

Syntax

'Bildirim
Public Enumeration SpatialIndexType
'Kullanım
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.
GeometryAutoGrid Specifies a spatial index type of GeometryAutoGrid.
GeographyAutoGrid Specifies a spatial index type of GeographyAutoGrid.

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

DEL - Spatial Indexing Overview