ISql100SpatialIndex.Tessellation – vlastnost
Získá nebo nastaví teselace indexu.
Obor názvů: Microsoft.Data.Schema.Sql.SchemaModel
Sestavení: Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Deklarace
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)
Hodnota vlastnosti
Typ: Microsoft.Data.Schema.Sql.SchemaModel.SqlGridTessellation
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.