Share via


ISql100SpatialIndex.Tessellation Property

Gets or sets the tessellation of the index.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property Tessellation As SqlGridTessellation
SqlGridTessellation Tessellation { get; set; }
property SqlGridTessellation Tessellation {
    SqlGridTessellation get ();
    void set (SqlGridTessellation value);
}
abstract Tessellation : SqlGridTessellation with get, set
function get Tessellation () : SqlGridTessellation
function set Tessellation (value : SqlGridTessellation)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlGridTessellation

.NET Framework Security

See Also

Reference

ISql100SpatialIndex Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace