xSQL Schema Compare SDK for SQL Server version 12
SpatialIndexLevelTypeEnum Enumeration


Specifies the grid density type of a spatial index.
Syntax
'Declaration
 
Public Enum SpatialIndexLevelTypeEnum 
   Inherits System.Enum
public enum SpatialIndexLevelTypeEnum : System.Enum 
__value public enum SpatialIndexLevelTypeEnum : public System.Enum 
Members
MemberDescription
High High density, which equates to 16x16 grid (256 cells).
Low Low density, which equates to 4x4 grid (16 cells).
Medium Medium density, which equates to 8x8 grid (64 cells).
None Density is unknown.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         xSQL.Schema.SqlServer.SpatialIndexLevelTypeEnum

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

xSQL.Schema.SqlServer Namespace

 

 


©Copyright 2022 xSQL Software. All Rights Reserved.

Send Feedback