共用方式為


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.