CreateSpatialIndexStatement.SpatialIndexingScheme Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the spatial index scheme.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public SpatialIndexingSchemeType SpatialIndexingScheme { get; set; }
public:
property SpatialIndexingSchemeType SpatialIndexingScheme {
    SpatialIndexingSchemeType get();
    void set(SpatialIndexingSchemeType value);
}
member SpatialIndexingScheme : SpatialIndexingSchemeType with get, set
Public Property SpatialIndexingScheme As SpatialIndexingSchemeType

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.SpatialIndexingSchemeType

The spatial index scheme.

See Also

CreateSpatialIndexStatement Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top