Enumerazione SpatialIndexType
Enumerates possible spatial index types.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Sintassi
'Dichiarazione
Public Enumeration SpatialIndexType
'Utilizzo
Dim instance As SpatialIndexType
public enum SpatialIndexType
public enum class SpatialIndexType
type SpatialIndexType
public enum SpatialIndexType
Membri
Nome membro | Descrizione | |
---|---|---|
GeographyAutoGrid | Specifies a spatial index type of GeographyAutoGrid. | |
GeographyGrid | Specifies a spatial index type of geography. | |
GeometryAutoGrid | Specifies a spatial index type of GeometryAutoGrid. | |
GeometryGrid | Specifies a spatial index type of geometry. | |
None | Specifies a spatial index type of none. |
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo