ISql100SpatialIndex Members
Include Protected Members
Include Inherited Members
Represents a Sql100 spatial index.
The ISql100SpatialIndex type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddAnnotation | Adds an annotation. (Inherited from IModelAnnotationHolder.) |
![]() |
Delete | Deletes this instance from the model. (Inherited from IModelElement.) |
![]() |
GetAnnotations | Overloaded. Returns all attached annotations. |
![]() |
GetAnnotations<TType> | Overloaded. |
![]() |
GetColumnRelationship | Gets a column relationship. |
![]() |
GetComposingChildren | Returns a list of composing children for this element. (Inherited from IModelElement.) |
![]() |
GetExtendedPropertiesRelationship | Returns an extended properties relationship collection. (Inherited from IExtendedPropertyHost.) |
![]() |
GetFilegroupRelationship | Gets the file group relationship. (Inherited from ISqlSpecifiesStorage.) |
![]() |
GetHierarchicalChildren | Returns a list of hierarchical children for this element. (Inherited from IModelElement.) |
![]() |
GetIndexedObjectRelationship | Returns an indexed object relationship. (Inherited from IIndex.) |
![]() |
GetOwnerInfo | Returns information about the element owner. (Inherited from IModelElement.) |
![]() |
GetPartitionColumnRelationship | Gets a partition column relationship. (Inherited from ISql90SpecifiesStorage.) |
![]() |
GetPartitionSchemeRelationship | Gets a partition scheme relationship. (Inherited from ISql90SpecifiesStorage.) |
![]() |
GetProperty<TProperty> | Gets the specified property. (Inherited from IModelPropertyContainer.) |
![]() |
GetRelatedDanglingRelationshipEntries | Returns a list of the dangling relationship entries, where this element is on the left side. (Inherited from IModelElement.) |
![]() |
GetRelatedElements | Returns a list of the elements that are in a relationship with this element, where this element is on the left side. (Inherited from IModelElement.) |
![]() |
GetRelatedRelationshipEntries | Returns a list of the relationship entries, where this element is on the left side. (Inherited from IModelElement.) |
![]() |
GetRelatingElements | Returns a list of the elements that are in a relationship with this element, where this element is on the right side. (Inherited from IModelElement.) |
![]() |
GetRelatingRelationshipEntries | Returns a list of the relationship entries, where this element is on the right side. (Inherited from IModelElement.) |
![]() |
GetRelationship | Returns the asked relationship. (Inherited from IModelElement.) |
![]() |
GetRelationship<TRelating, TRelated> | Returns the asked relationship. (Inherited from IModelElement.) |
![]() |
GetRelationshipEntrySources | Returns the list of relationship entry sources for a relationship entry. (Inherited from IScriptSourcedElement.) |
![]() |
GetRelationships | Returns a list of the relationships of this element. (Inherited from IModelElement.) |
![]() |
IsDeleted | Specifies whether the object is deleted. (Inherited from IModelElement.) |
![]() |
IsExternal | Specifies whether the object is external. (Inherited from IModelElement.) |
![]() |
RemoveAnnotation | Removes an annotation. (Inherited from IModelAnnotationHolder.) |
![]() |
SetProperty<TProperty> | Sets the specified property. (Inherited from IModelPropertyContainer.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CellsPerObject | Gets the number of cells per object. |
![]() |
Column | Gets an index column. |
![]() |
DoAllowPageLocks | Gets or sets whether to allow page locks. |
![]() |
DoAllowRowLocks | Gets or sets whether to allow row locks. |
![]() |
DoDropExisting | Gets or sets whether to drop the spatial index. |
![]() |
DoIgnoreDuplicateKey | Gets or sets whether to ignore the duplicate key. |
![]() |
DoRecomputeStatistics | Gets or sets whether to recompute statistics. |
![]() |
DoSortInTempDB | Gets or sets whether to sort in a temporary database. |
![]() |
ElementClass | Gets the metadata class. (Inherited from IModelElement.) |
![]() |
ElementSource | Gets the element source for an element. (Inherited from IScriptSourcedElement.) |
![]() |
ExtendedProperties | Gets a list of extended properties. (Inherited from IExtendedPropertyHost.) |
![]() |
Filegroup | Gets or sets the storage file group. (Inherited from ISqlSpecifiesStorage.) |
![]() |
FillFactor | Gets or sets the fill factor. |
![]() |
GridDensityLevel1 | Gets or sets the grid density for level 1. |
![]() |
GridDensityLevel2 | Gets or sets the grid density for level 2. |
![]() |
GridDensityLevel3 | Gets or sets the grid density for level 3. |
![]() |
GridDensityLevel4 | Gets or sets the grid density for level 4. |
![]() |
IndexedObject | Overloaded. |
![]() |
IsDisabled | Gets or sets whether index is disabled. (Inherited from ISqlIndexBase.) |
![]() |
IsOnline | Gets or sets whether the index is online. |
![]() |
IsPadded | Gets or sets whether the index is padded. |
![]() |
MaxDop | Gets or sets the maximum discrete oriented polytope (DOP). |
![]() |
Model | Gets the model reference. (Inherited from IModelEntity.) |
![]() |
Name | Gets or sets the name of the IModelElement. (Inherited from IModelElement.) |
![]() |
PartitionColumn | Gets or sets the partition column. (Inherited from ISql90SpecifiesStorage.) |
![]() |
PartitionScheme | Gets or sets the partition scheme. (Inherited from ISql90SpecifiesStorage.) |
![]() |
ResolutionStatus | Gets or sets the value of the model element resolution status. (Inherited from IModelElement.) |
![]() |
Tessellation | Gets or sets the grid tessellation. |
![]() |
ValidationStatus | Gets or sets the value of the model element validation status. (Inherited from IModelElement.) |
![]() |
XMax | Gets or sets the index XMax value. |
![]() |
XMin | Gets or sets the index XMin value. |
![]() |
YMax | Gets or sets the index YMax value. |
![]() |
YMin | Gets or sets the index YMin value. |
Top