ISql100SpatialIndex Members

Include Protected Members
Include Inherited Members

Represents a Sql100 spatial index.

The ISql100SpatialIndex type exposes the following members.

Methods

  Name Description
Public method AddAnnotation Adds an annotation. (Inherited from IModelAnnotationHolder.)
Public method Delete Deletes this instance from the model. (Inherited from IModelElement.)
Public method GetAnnotations Overloaded. Returns all attached annotations.
Public method GetAnnotations<TType> Overloaded.
Public method GetColumnRelationship Gets a column relationship.
Public method GetComposingChildren Returns a list of composing children for this element. (Inherited from IModelElement.)
Public method GetExtendedPropertiesRelationship Returns an extended properties relationship collection. (Inherited from IExtendedPropertyHost.)
Public method GetFilegroupRelationship Gets the file group relationship. (Inherited from ISqlSpecifiesStorage.)
Public method GetHierarchicalChildren Returns a list of hierarchical children for this element. (Inherited from IModelElement.)
Public method GetIndexedObjectRelationship Returns an indexed object relationship. (Inherited from IIndex.)
Public method GetOwnerInfo Returns information about the element owner. (Inherited from IModelElement.)
Public method GetPartitionColumnRelationship Gets a partition column relationship. (Inherited from ISql90SpecifiesStorage.)
Public method GetPartitionSchemeRelationship Gets a partition scheme relationship. (Inherited from ISql90SpecifiesStorage.)
Public method GetProperty<TProperty> Gets the specified property. (Inherited from IModelPropertyContainer.)
Public method GetRelatedDanglingRelationshipEntries Returns a list of the dangling relationship entries, where this element is on the left side. (Inherited from IModelElement.)
Public method 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.)
Public method GetRelatedRelationshipEntries Returns a list of the relationship entries, where this element is on the left side. (Inherited from IModelElement.)
Public method 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.)
Public method GetRelatingRelationshipEntries Returns a list of the relationship entries, where this element is on the right side. (Inherited from IModelElement.)
Public method GetRelationship Returns the asked relationship. (Inherited from IModelElement.)
Public method GetRelationship<TRelating, TRelated> Returns the asked relationship. (Inherited from IModelElement.)
Public method GetRelationshipEntrySources Returns the list of relationship entry sources for a relationship entry. (Inherited from IScriptSourcedElement.)
Public method GetRelationships Returns a list of the relationships of this element. (Inherited from IModelElement.)
Public method IsDeleted Specifies whether the object is deleted. (Inherited from IModelElement.)
Public method IsExternal Specifies whether the object is external. (Inherited from IModelElement.)
Public method RemoveAnnotation Removes an annotation. (Inherited from IModelAnnotationHolder.)
Public method SetProperty<TProperty> Sets the specified property. (Inherited from IModelPropertyContainer.)

Top

Properties

  Name Description
Public property CellsPerObject Gets the number of cells per object.
Public property Column Gets an index column.
Public property DoAllowPageLocks Gets or sets whether to allow page locks.
Public property DoAllowRowLocks Gets or sets whether to allow row locks.
Public property DoDropExisting Gets or sets whether to drop the spatial index.
Public property DoIgnoreDuplicateKey Gets or sets whether to ignore the duplicate key.
Public property DoRecomputeStatistics Gets or sets whether to recompute statistics.
Public property DoSortInTempDB Gets or sets whether to sort in a temporary database.
Public property ElementClass Gets the metadata class. (Inherited from IModelElement.)
Public property ElementSource Gets the element source for an element. (Inherited from IScriptSourcedElement.)
Public property ExtendedProperties Gets a list of extended properties. (Inherited from IExtendedPropertyHost.)
Public property Filegroup Gets or sets the storage file group. (Inherited from ISqlSpecifiesStorage.)
Public property FillFactor Gets or sets the fill factor.
Public property GridDensityLevel1 Gets or sets the grid density for level 1.
Public property GridDensityLevel2 Gets or sets the grid density for level 2.
Public property GridDensityLevel3 Gets or sets the grid density for level 3.
Public property GridDensityLevel4 Gets or sets the grid density for level 4.
Public property IndexedObject Overloaded.
Public property IsDisabled Gets or sets whether index is disabled. (Inherited from ISqlIndexBase.)
Public property IsOnline Gets or sets whether the index is online.
Public property IsPadded Gets or sets whether the index is padded.
Public property MaxDop Gets or sets the maximum discrete oriented polytope (DOP).
Public property Model Gets the model reference. (Inherited from IModelEntity.)
Public property Name Gets or sets the name of the IModelElement. (Inherited from IModelElement.)
Public property PartitionColumn Gets or sets the partition column. (Inherited from ISql90SpecifiesStorage.)
Public property PartitionScheme Gets or sets the partition scheme. (Inherited from ISql90SpecifiesStorage.)
Public property ResolutionStatus Gets or sets the value of the model element resolution status. (Inherited from IModelElement.)
Public property Tessellation Gets or sets the grid tessellation.
Public property ValidationStatus Gets or sets the value of the model element validation status. (Inherited from IModelElement.)
Public property XMax Gets or sets the index XMax value.
Public property XMin Gets or sets the index XMin value.
Public property YMax Gets or sets the index YMax value.
Public property YMin Gets or sets the index YMin value.

Top

See Also

Reference

ISql100SpatialIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace