Freigeben über


ISql100SpatialIndex.Tessellation-Eigenschaft

Ruft die Tesselation des Index ab oder legt die Tesselation fest.

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

Syntax

'Declaration
Property Tessellation As SqlGridTessellation
    Get
    Set
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)

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql100SpatialIndex Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace