ISql100SpatialIndexedObject.SpatialIndexes Property

Gets a list of spatial indexes.

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

Syntax

'Declaration
ReadOnly Property SpatialIndexes As IList(Of ISql100SpatialIndex)
    Get
'Usage
Dim instance As ISql100SpatialIndexedObject
Dim value As IList(Of ISql100SpatialIndex)

value = instance.SpatialIndexes
IList<ISql100SpatialIndex> SpatialIndexes { get; }
property IList<ISql100SpatialIndex^>^ SpatialIndexes {
    IList<ISql100SpatialIndex^>^ get ();
}
function get SpatialIndexes () : IList<ISql100SpatialIndex>
abstract SpatialIndexes : IList<ISql100SpatialIndex>

Property Value

Type: System.Collections.Generic.IList<ISql100SpatialIndex>
Returns a list of ISql100SpatialIndex instances.

.NET Framework Security

See Also

Reference

ISql100SpatialIndexedObject Interface

ISql100SpatialIndexedObject Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace