SpatialIndex Class

Model schema container class for SpatialIndex

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Model.SpatialIndex

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class SpatialIndex
'Usage
public static class SpatialIndex
public ref class SpatialIndex abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type SpatialIndex =  class end
public final class SpatialIndex

The SpatialIndex type exposes the following members.

Properties

  Name Description
Public propertyStatic member AllowPageLocks AllowPageLocks property class of SpatialIndex
Public propertyStatic member AllowRowLocks AllowRowLocks property class of SpatialIndex
Public propertyStatic member CellsPerObject CellsPerObject property class of SpatialIndex
Public propertyStatic member Column Column relationship class of SpatialIndex
Public propertyStatic member DataCompression DataCompression property class of SpatialIndex
Public propertyStatic member Disabled Disabled property class of SpatialIndex
Public propertyStatic member Filegroup Filegroup relationship class of SpatialIndex
Public propertyStatic member FillFactor FillFactor property class of SpatialIndex
Public propertyStatic member GridLevel1Density GridLevel1Density property class of SpatialIndex
Public propertyStatic member GridLevel2Density GridLevel2Density property class of SpatialIndex
Public propertyStatic member GridLevel3Density GridLevel3Density property class of SpatialIndex
Public propertyStatic member GridLevel4Density GridLevel4Density property class of SpatialIndex
Public propertyStatic member IgnoreDuplicateKey IgnoreDuplicateKey property class of SpatialIndex
Public propertyStatic member IndexedObject IndexedObject relationship class of SpatialIndex
Public propertyStatic member PartitionColumn PartitionColumn relationship class of SpatialIndex
Public propertyStatic member PartitionScheme PartitionScheme relationship class of SpatialIndex
Public propertyStatic member RecomputeStatistics RecomputeStatistics property class of SpatialIndex
Public propertyStatic member Tessellation Tessellation property class of SpatialIndex
Public propertyStatic member TypeClass Type class for SpatialIndex
Public propertyStatic member WithPadIndex WithPadIndex property class of SpatialIndex
Public propertyStatic member XMax XMax property class of SpatialIndex
Public propertyStatic member XMin XMin property class of SpatialIndex
Public propertyStatic member YMax YMax property class of SpatialIndex
Public propertyStatic member YMin YMin property class of SpatialIndex

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dac.Model Namespace