IXmlIndex Interface
Represents a SQL Server XML index.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Name | Description | |
|---|---|---|
![]() | DisallowPageLocks | Gets a value that indicates whether the index allows page locks.(Inherited from IIndex.) |
![]() | DisallowRowLocks | Gets a value that indicates whether the index allows row locks.(Inherited from IIndex.) |
![]() | FillFactor | Gets the percentage of an index page to fill when the index is created or re-created.(Inherited from IIndex.) |
![]() | IgnoreDuplicateKeys | Gets a value that indicates whether the index ignores duplicate keys.(Inherited from IIndex.) |
![]() | IsDisabled | Gets a value that indicates whether the index is disabled.(Inherited from IIndex.) |
![]() | Name | Gets the name of the metadata object.(Inherited from IMetadataObject.) |
![]() | PadIndex | Gets a value that indicates whether the space is left open on each page of the intermediate levels of the index.(Inherited from IIndex.) |
![]() | 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.) |

