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