Enumeração SpatialIndexType
Enumerates possible spatial index types.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (em Microsoft.SqlServer.SqlEnum.dll)
Sintaxe
'Declaração
Public Enumeration SpatialIndexType
'Uso
Dim instance As SpatialIndexType
public enum SpatialIndexType
public enum class SpatialIndexType
type SpatialIndexType
public enum SpatialIndexType
Membros
Nome do membro | Descrição | |
---|---|---|
None | Specifies a spatial index type of none. | |
GeometryGrid | Specifies a spatial index type of geometry. | |
GeographyGrid | Specifies a spatial index type of geography. |
Consulte também