ISql100SpatialIndexedObject.SpatialIndexes Property
Gets the list of spatial indexes that apply to this object
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)
IList<ISql100SpatialIndex> SpatialIndexes { get; }
property IList<ISql100SpatialIndex^>^ SpatialIndexes {
IList<ISql100SpatialIndex^>^ get ();
}
abstract SpatialIndexes : IList<ISql100SpatialIndex>
function get SpatialIndexes () : IList<ISql100SpatialIndex>
Property Value
Type: System.Collections.Generic.IList<ISql100SpatialIndex>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.