Represents the types of spatial indexing scheme.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Enumeration SpatialIndexingSchemeType
用法
Dim instance As SpatialIndexingSchemeType
public enum SpatialIndexingSchemeType
public enum class SpatialIndexingSchemeType
type SpatialIndexingSchemeType
public enum SpatialIndexingSchemeType
成员
| 成员名称 | 说明 | |
|---|---|---|
| GeographyAutoGrid | The Scheme is GeographyAutoGrid. | |
| GeographyGrid | The Scheme is GeographyGrid. | |
| GeometryAutoGrid | The Scheme is GeometryAutoGrid. | |
| GeometryGrid | The Scheme is GeometryGrid. | |
| None | The Scheme is None. |