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. |