다음을 통해 공유


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 네임스페이스

관련 자료

공간 인덱싱 개요