Partilhar via


Propriedade do RDL CreateSpatialIndexStatement.SpatialIndexOptions

Gets a list of spatial index parameters.

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

Sintaxe

'Declaração
Public ReadOnly Property SpatialIndexOptions As IList(Of SpatialIndexOption)
    Get
'Uso
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>

Valor da propriedade

Tipo: System.Collections.Generic.IList<SpatialIndexOption>
The list of spatial index parameters.

Consulte também

Referência

CreateSpatialIndexStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom