Compartilhar via


Propriedade ISql100SpatialIndexedObject.SpatialIndexes

Obtém a lista de índices espaciais que se aplicam a este objeto.

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

Sintaxe

'Declaração
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>

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql100SpatialIndexedObject Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel