Column.EnumIndexes Method ()
Enumerates a list of indexes that include the column.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Return Value
Type: System.Data.DataTableA DataTable object value that contains the enumerated list of indexes. The table describes the different columns of the returned DataTable.
Column | Data type | Description |
---|---|---|
Urn | The URN that uniquely identifies an index that uses the referenced column in its definition. |
Show: