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 | |
---|---|---|
AllowPageLocks | AllowPageLocks property class of SpatialIndex | |
AllowRowLocks | AllowRowLocks property class of SpatialIndex | |
CellsPerObject | CellsPerObject property class of SpatialIndex | |
Column | Column relationship class of SpatialIndex | |
DataCompression | DataCompression property class of SpatialIndex | |
Disabled | Disabled property class of SpatialIndex | |
Filegroup | Filegroup relationship class of SpatialIndex | |
FillFactor | FillFactor property class of SpatialIndex | |
GridLevel1Density | GridLevel1Density property class of SpatialIndex | |
GridLevel2Density | GridLevel2Density property class of SpatialIndex | |
GridLevel3Density | GridLevel3Density property class of SpatialIndex | |
GridLevel4Density | GridLevel4Density property class of SpatialIndex | |
IgnoreDuplicateKey | IgnoreDuplicateKey property class of SpatialIndex | |
IndexedObject | IndexedObject relationship class of SpatialIndex | |
PartitionColumn | PartitionColumn relationship class of SpatialIndex | |
PartitionScheme | PartitionScheme relationship class of SpatialIndex | |
RecomputeStatistics | RecomputeStatistics property class of SpatialIndex | |
Tessellation | Tessellation property class of SpatialIndex | |
TypeClass | Type class for SpatialIndex | |
WithPadIndex | WithPadIndex property class of SpatialIndex | |
XMax | XMax property class of SpatialIndex | |
XMin | XMin property class of SpatialIndex | |
YMax | YMax property class of SpatialIndex | |
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.