IDatabaseTable.Indexes 속성

Gets a collection of table indexes.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
ReadOnly Property Indexes As IMetadataCollection(Of IIndex)
    Get
‘사용 방법
Dim instance As IDatabaseTable 
Dim value As IMetadataCollection(Of IIndex)

value = instance.Indexes
IMetadataCollection<IIndex> Indexes { get; }
property IMetadataCollection<IIndex^>^ Indexes {
    IMetadataCollection<IIndex^>^ get ();
}
abstract Indexes : IMetadataCollection<IIndex>
function get Indexes () : IMetadataCollection<IIndex>

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<IIndex>
A collection of table indexes.

참고 항목

참조

IDatabaseTable 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스