Поделиться через


Метод Column.EnumIndexes

Enumerates a list of indexes that include the column.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Function EnumIndexes As DataTable
'Применение
Dim instance As Column 
Dim returnValue As DataTable 

returnValue = instance.EnumIndexes()
public DataTable EnumIndexes()
public:
DataTable^ EnumIndexes()
member EnumIndexes : unit -> DataTable
public function EnumIndexes() : DataTable

Возвращаемое значение

Тип: System.Data.DataTable
A 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

String

The URN that uniquely identifies an index that uses the referenced column in its definition.

Примеры

Работа с объектами базы данных

См. также

Справочник

Column Класс

Пространство имен Microsoft.SqlServer.Management.Smo