IMutableSpatialIndex Interface

Definition

public interface IMutableSpatialIndex : Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableIndex, Microsoft.SqlServer.Management.SqlParser.Metadata.ISpatialIndex
type IMutableSpatialIndex = interface
    interface ISpatialIndex
    interface IIndex
    interface IMetadataObject
    interface IMutableIndex
    interface IMutableMetadataObject
Public Interface IMutableSpatialIndex
Implements IMutableIndex, ISpatialIndex
Implements

Properties

BoundingBoxXMax
BoundingBoxXMin
BoundingBoxYMax
BoundingBoxYMin
CellsPerObject
DisallowPageLocks (Inherited from IMutableIndex)
DisallowRowLocks (Inherited from IMutableIndex)
FillFactor (Inherited from IMutableIndex)
IgnoreDuplicateKeys (Inherited from IMutableIndex)
IndexedColumn
IsDisabled (Inherited from IMutableIndex)
Level1Density
Level2Density
Level3Density
Level4Density
Name (Inherited from IMetadataObject)
NoAutomaticRecomputation
PadIndex (Inherited from IMutableIndex)
Parent (Inherited from IIndex)
Type (Inherited from IIndex)

Methods

Accept<T>(IMetadataObjectVisitor<T>) (Inherited from IMetadataObject)

Extension Methods

TypeInfo(IMetadataObject)

Applies to