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< (Of < ( <'IIndex> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of IIndex that contains all table indexes.