IMutableSpatialIndex Interface
Represents a SQL Server spatial index.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | BoundingBoxXMax | Gets or sets the x-coordinate of the upper-right corner of a bounding box. |
![]() | BoundingBoxXMin | Gets or sets the x-coordinate of the lower-left corner of a bounding box. |
![]() | BoundingBoxYMax | Gets or sets the y-coordinate of the upper-right corner of a bounding box. |
![]() | BoundingBoxYMin | Gets or sets the y-coordinate of the lower-left corner of a bounding box. |
![]() | CellsPerObject | Gets or sets the maximum number of cells per object. |
![]() | DisallowPageLocks | Gets or sets a value that indicates whether the index allows page locks.(Inherited from IMutableIndex.) |
![]() | DisallowRowLocks | Gets or sets a value that indicates whether the index allows row locks.(Inherited from IMutableIndex.) |
![]() | FillFactor | Gets or sets the percentage of an index page to fill when the index is created or re-created.(Inherited from IMutableIndex.) |
![]() | IgnoreDuplicateKeys | Gets or sets a value that indicates whether the index ignores duplicate keys.(Inherited from IMutableIndex.) |
![]() | IndexedColumn | Gets or sets the column on which index is defined. Column must be of a spatial type. |
![]() | IsDisabled | Gets or sets a value that indicates whether the index is disabled.(Inherited from IMutableIndex.) |
![]() | Level1Density | Gets or sets the density of level 1 grid. |
![]() | Level2Density | Gets or sets the density of level 2 grid. |
![]() | Level3Density | Gets or sets the density of level 3 grid. |
![]() | Level4Density | Gets or sets the density of level 4 grid. |
![]() | Name | Gets the name of the metadata object.(Inherited from IMetadataObject.) |
![]() | NoAutomaticRecomputation | Gets or sets a value that indicates whether statistics are regenerated when the index is created. |
![]() | PadIndex | Gets or sets a value that indicates whether the space is left open on each page of the intermediate levels of the index.(Inherited from IMutableIndex.) |
![]() | Parent | |
![]() | Type | Gets the type of the index.(Inherited from IIndex.) |
| Name | Description | |
|---|---|---|
![]() | Accept<T>(IMetadataObjectVisitor<T>^) | Accepts a visit from the specified IMetadataObjectVisitor<T> object.(Inherited from IMetadataObject.) |

