Compartir a través de


CreateSpatialIndexStatement.SpatialIndexOptions Propiedad

Gets a list of spatial index parameters.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

CreateSpatialIndexStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom