Delen via


CreateSpatialIndexStatement.SpatialIndexOptions Property

Gets a list of spatial index parameters.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property SpatialIndexOptions As IList(Of SpatialIndexOption)
    Get
'Usage
Dim instance As CreateSpatialIndexStatement 
Dim value As IList(Of SpatialIndexOption)

value = instance.SpatialIndexOptions
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>
The list of spatial index parameters.

See Also

Reference

CreateSpatialIndexStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace