Share via


ISql100SpatialIndexedObject.SpatialIndexes Property

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)
'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>

Property Value

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

.NET Framework Security

See Also

Reference

ISql100SpatialIndexedObject Interface

ISql100SpatialIndexedObject Members

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