다음을 통해 공유


EnumIndexes 메서드

Enumerates a list of indexes that include the column.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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.