Enumeração SpatialIndexingSchemeType
Represents the types of spatial indexing scheme.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Enumeration SpatialIndexingSchemeType
'Uso
Dim instance As SpatialIndexingSchemeType
public enum SpatialIndexingSchemeType
public enum class SpatialIndexingSchemeType
type SpatialIndexingSchemeType
public enum SpatialIndexingSchemeType
Membros
Nome do membro | Descrição | |
---|---|---|
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. |