CreateSpatialIndexStatement.SpatialIndexOptions Property

Gets a list of spatial index parameters.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property SpatialIndexOptions As IList(Of SpatialIndexOption)
public IList<SpatialIndexOption> SpatialIndexOptions { get; }
public:
property IList<SpatialIndexOption^>^ SpatialIndexOptions {
    IList<SpatialIndexOption^>^ get ();
}
member SpatialIndexOptions : IList<SpatialIndexOption>
function get SpatialIndexOptions () : IList<SpatialIndexOption>

Property Value

Type: System.Collections.Generic.IList<SpatialIndexOption>

.NET Framework Security

See Also

Reference

CreateSpatialIndexStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace