ISqlColumnSource.Indexes Property
Gets the list of the indexes that involve this source.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
ReadOnly Property Indexes As IList(Of ISqlIndex)
IList<ISqlIndex> Indexes { get; }
property IList<ISqlIndex^>^ Indexes {
IList<ISqlIndex^>^ get ();
}
abstract Indexes : IList<ISqlIndex>
function get Indexes () : IList<ISqlIndex>
Property Value
Type: System.Collections.Generic.IList<ISqlIndex>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.