Freigeben über


ISql100SpatialIndexedObject.SpatialIndexes-Eigenschaft

Ruft die Liste der räumlichen Indizes ab, die für dieses Objekt gelten.

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)
    Get
IList<ISql100SpatialIndex> SpatialIndexes { get; }
property IList<ISql100SpatialIndex^>^ SpatialIndexes {
    IList<ISql100SpatialIndex^>^ get ();
}
abstract SpatialIndexes : IList<ISql100SpatialIndex>
function get SpatialIndexes () : IList<ISql100SpatialIndex>

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql100SpatialIndexedObject Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace