Compartir a través de


Enumeración SpatialGeoLevelSize

Enumerates grid density levels for spatial indexes.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SqlEnum (en Microsoft.SqlServer.SqlEnum.dll)

Sintaxis

'Declaración
Public Enumeration SpatialGeoLevelSize
'Uso
Dim instance As SpatialGeoLevelSize
public enum SpatialGeoLevelSize
public enum class SpatialGeoLevelSize
type SpatialGeoLevelSize
public enum SpatialGeoLevelSize

Miembros

Nombre del miembro Descripción
High Specifies a grid density level of high for a spatial index.
Low Specifies a grid density level of low for a spatial index.
Medium Specifies a grid density level of medium for a spatial index.
None Specifies no grid density level for a spatial index.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo