xSQL.Schema.SqlServer Namespace : IndexBase Class |
For a list of all members of this type, see IndexBase members.
Name | Description | |
---|---|---|
![]() | Columns | Gets the collection of columns that participate in the index. |
![]() | DataCompression | Gets or sets the index data compression. |
![]() | FillFactor | Gets or sets the index fill factor. |
![]() | FullName | Gets the full name of the entity formatted as schema.name. If the entity has no schema, only the name is returned. (Inherited from xSQL.Schema.Core.Entity) |
![]() | FullNameDelimited | Gets the delimited full name for the entity formatted as [schema].[name]. (Inherited from xSQL.Schema.SqlServer.SqlEntity) |
![]() | FullyQualifyingName | Overridden. Gets the fully-qualifying name of the index. The name is formatted as parent_name.index_name. |
![]() | FullyQualifyingNameDelimited | Overridden. Gets the fully-qualifying name of the index. The name is formatted as [parent_name].[index_name] |
![]() | Id | Gets or sets a unique id for the entity. (Inherited from xSQL.Schema.Core.Entity) |
![]() | IsPadded | Gets or sets the value that indicates whether the PAD_INDEX is ON. |
![]() | IsPageLockEnabled | Gets or sets the value that indicates whether the ALLOW_PAGE_LOCKS is ON. |
![]() | IsRowLockEnabled | Gets or sets the value the indicates whether the ALLOW_ROW_LOCKS is ON. |
![]() | Name | Gets or sets the name of the entity. (Inherited from xSQL.Schema.Core.Entity) |
![]() | NoAutomaticStatsRecompute | Gets or sets the value that indicates whether the STATISTICS_NORECOMPUTE is ON. |
![]() | Parent | Gets the parent entity of this entity. (Inherited from xSQL.Schema.Core.Entity) |
![]() | Schema | Gets or set the entity schema. (Inherited from xSQL.Schema.Core.Entity) |
![]() | SqlDatabase | Gets the SqlEntity.SqlDatabase to which the entity belongs. (Inherited from xSQL.Schema.SqlServer.SqlEntity) |
![]() | SqlEntityType | Gets the type of the entity. (Inherited from xSQL.Schema.SqlServer.SqlScriptableEntity) |
![]() | SqlExtendedProperties | Gets the collection of extended properties that belong to the index. |