Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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 | |
|---|---|---|
| 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. |
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo