Condividi tramite


Proprietà ISql100SpatialIndexedObject.SpatialIndexes

Ottiene l'elenco di indici spaziali che si applicano a questo oggetto.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

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

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql100SpatialIndexedObject Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel