Partager via


Propriété CreateSpatialIndexStatement.SpatialIndexOptions

Gets a list of spatial index parameters.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property SpatialIndexOptions As IList(Of SpatialIndexOption)
    Get
'Utilisation
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>

Valeur de propriété

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

Voir aussi

Référence

CreateSpatialIndexStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom