IMutableIndexedColumn Interface
SQL Server 2012
Represents a mutable SQL Server column that is participating in an index.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
The IMutableIndexedColumn type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IsIncluded | Gets or sets a value that indicates whether the column is included in the index. |
![]() | Name | Gets the name of the metadata object. (Inherited from IMetadataObject.) |
![]() | ReferencedColumn | Gets the IColumn object that represents the column that is referenced by the indexed column. (Inherited from IIndexedColumn.) |
![]() | SortOrder | Gets or sets the SortOrder value that specifies whether the indexed column is sorted in descending or ascending order. |
| Name | Description | |
|---|---|---|
![]() | Accept<T> | Accepts a visit from the specified IMetadataObjectVisitor<T> object. (Inherited from IMetadataObject.) |

