SpatialGeoLevelSize 열거형
Enumerates grid density levels for spatial indexes.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SqlEnum(Microsoft.SqlServer.SqlEnum.dll)
구문
‘선언
Public Enumeration SpatialGeoLevelSize
‘사용 방법
Dim instance As SpatialGeoLevelSize
public enum SpatialGeoLevelSize
public enum class SpatialGeoLevelSize
type SpatialGeoLevelSize
public enum SpatialGeoLevelSize
멤버
멤버 이름 | 설명 | |
---|---|---|
None | Specifies no grid density level for a spatial index. | |
Low | Specifies a grid density level of low for a spatial index. | |
Medium | Specifies a grid density level of medium for a spatial index. | |
High | Specifies a grid density level of high for a spatial index. |