CreateSpatialIndexStatement.SpatialIndexingScheme Property
SQL Server 2012
Gets or sets the spatial index scheme.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property SpatialIndexingScheme As SpatialIndexingSchemeType Get Set 'Usage Dim instance As CreateSpatialIndexStatement Dim value As SpatialIndexingSchemeType value = instance.SpatialIndexingScheme instance.SpatialIndexingScheme = value
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SpatialIndexingSchemeTypeThe spatial index scheme.
