ISql90XmlIndex Members
Include Protected Members
Include Inherited Members
Represents a Sql90 XML index.
The ISql90XmlIndex 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.) | |
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.) | |
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.) | |
GetUsingPrimaryXmlIndexRelationship | Gets a primary XML index relationship. | |
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 | |
---|---|---|
Column | Gets or sets an index column. | |
DoAllowPageLocks | Gets or sets whether the index allows page locks. | |
DoAllowRowLocks | Gets or sets whether the index allows row locks. | |
DoDropExisting | Gets or sets whether the existing index is dropped. | |
DoRecomputeStatistics | Gets or sets whether statistics are recomputed. | |
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.) | |
FillFactor | Gets or sets the index page fullness percentage. | |
IndexedObject | Overloaded. | |
IsDisabled | Gets or sets whether index is disabled. (Inherited from ISqlIndexBase.) | |
IsPadded | Gets or sets whether the index is padded. | |
IsPrimary | Gets or sets whether primary is specified. | |
MaxDop | Gets or sets the maximum degree of parallelism. | |
Model | Gets the model reference. (Inherited from IModelEntity.) | |
Name | Gets or sets the name of the IModelElement. (Inherited from IModelElement.) | |
PrimaryXmlIndexUsage | Gets or sets the primary XML index usage. | |
ResolutionStatus | Gets or sets the value of the model element resolution status. (Inherited from IModelElement.) | |
UsingPrimaryXmlIndex | Gets or sets the primary XML index. | |
ValidationStatus | Gets or sets the value of the model element validation status. (Inherited from IModelElement.) |
Top