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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.