IMutableDatabaseTable.Indexes Property
Gets a collection of table indexes.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property Indexes As IMutableMetadataCollection(Of IIndex)
Get
'Usage
Dim instance As IMutableDatabaseTable
Dim value As IMutableMetadataCollection(Of IIndex)
value = instance.Indexes
IMutableMetadataCollection<IIndex> Indexes { get; }
property IMutableMetadataCollection<IIndex^>^ Indexes {
IMutableMetadataCollection<IIndex^>^ get ();
}
abstract Indexes : IMutableMetadataCollection<IIndex>
function get Indexes () : IMutableMetadataCollection<IIndex>
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<IIndex>
The IMutableMetadataCollection<T> of IIndex that contains all table indexes.