IMutableIndex Interface
Represents a mutable SQL Server index.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | DisallowPageLocks | Gets or sets a value that indicates whether the index allows page locks. |
![]() | DisallowRowLocks | Gets or sets a value that indicates whether the index allows row locks. |
![]() | FillFactor | Gets or sets the percentage of an index page to fill when the index is created or re-created. |
![]() | IgnoreDuplicateKeys | Gets or sets a value that indicates whether the index ignores duplicate keys. |
![]() | IsDisabled | Gets or sets a value that indicates whether the index is disabled. |
![]() | Name | Gets the name of the metadata object.(Inherited from IMetadataObject.) |
![]() | PadIndex | Gets or sets a value that indicates whether the space is left open on each page of the intermediate levels of the index. |
![]() | Parent | |
![]() | Type | Gets the type of the index.(Inherited from IIndex.) |
| Name | Description | |
|---|---|---|
![]() | Accept<T>(IMetadataObjectVisitor<T>^) | Accepts a visit from the specified IMetadataObjectVisitor<T> object.(Inherited from IMetadataObject.) |

