ISql100SpatialIndexedObject.SpatialIndexes Property

Gets the list of spatial indexes that apply to this object

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
ReadOnly Property SpatialIndexes As IList(Of ISql100SpatialIndex)
IList<ISql100SpatialIndex> SpatialIndexes { get; }
property IList<ISql100SpatialIndex^>^ SpatialIndexes {
    IList<ISql100SpatialIndex^>^ get ();
}
abstract SpatialIndexes : IList<ISql100SpatialIndex>
function get SpatialIndexes () : IList<ISql100SpatialIndex>

Property Value

Type: System.Collections.Generic.IList<ISql100SpatialIndex>

.NET Framework Security

See Also

Reference

ISql100SpatialIndexedObject Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace