Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Enumerates grid density levels for spatial indexes.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration SpatialGeoLevelSize
'Usage
Dim instance As SpatialGeoLevelSize
public enum SpatialGeoLevelSize
public enum class SpatialGeoLevelSize
type SpatialGeoLevelSize
public enum SpatialGeoLevelSize
Members
| Member name | Description | |
|---|---|---|
| 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. |