Share via


ISql100SpatialIndex.Tessellation Property

Gets or sets the grid tessellation.

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

Syntax

'Declaration
Property Tessellation As SqlGridTessellation
    Get
    Set
'Usage
Dim instance As ISql100SpatialIndex
Dim value As SqlGridTessellation

value = instance.Tessellation

instance.Tessellation = value
SqlGridTessellation Tessellation { get; set; }
property SqlGridTessellation Tessellation {
    SqlGridTessellation get ();
    void set (SqlGridTessellation value);
}
function get Tessellation () : SqlGridTessellation
function set Tessellation (value : SqlGridTessellation)
abstract Tessellation : SqlGridTessellation with get, set

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlGridTessellation
Returns a SqlGridTessellation enumeration value.

.NET Framework Security

See Also

Reference

ISql100SpatialIndex Interface

ISql100SpatialIndex Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace