TableInfo.Indexes Property

Returns a list of indexes within the table information.

Namespace:  Microsoft.Web.Management.DatabaseManager
Assembly:  Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)

Syntax

'Declaration
Public ReadOnly Property Indexes As IList(Of Index)
'Usage
Dim instance As TableInfo
Dim value As IList(Of Index)

value = instance.Indexes
public IList<Index> Indexes { get; }
public:
property IList<Index^>^ Indexes {
    IList<Index^>^ get ();
}
function get Indexes () : IList<Index>

Property Value

Type: System.Collections.Generic.IList<Index>
An IList interface that contains a collection of Microsoft.Web.Management.DatabaseManager.Index objects.

Permissions

See Also

Reference

TableInfo Class

Microsoft.Web.Management.DatabaseManager Namespace