Partager via


CreateSpatialIndexStatement.SpatialIndexOptions, propriété

Obtient une liste de paramètres d'index spatial.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

CreateSpatialIndexStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms