CreateSpatialIndexStatement.SpatialIndexOptions (Propiedad)

Obtiene una lista de parámetros de índice espacial.

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

Sintaxis

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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

CreateSpatialIndexStatement Clase

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