SpatialIndexType 枚举

Enumerates possible spatial index types.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SqlEnum(在 Microsoft.SqlServer.SqlEnum.dll 中)

语法

声明
Public Enumeration SpatialIndexType
用法
Dim instance As SpatialIndexType
public enum SpatialIndexType
public enum class SpatialIndexType
type SpatialIndexType
public enum SpatialIndexType

成员

成员名称 说明
GeographyAutoGrid Specifies a spatial index type of GeographyAutoGrid.
GeographyGrid Specifies a spatial index type of geography.
GeometryAutoGrid Specifies a spatial index type of GeometryAutoGrid.
GeometryGrid Specifies a spatial index type of geometry.
None Specifies a spatial index type of none.

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

空间索引概述