Compartir a través de


ISql100SpatialIndexedObject.SpatialIndexes (Propiedad)

Obtiene la lista de índices espaciales que se aplican a este objeto.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql100SpatialIndexedObject Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)