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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.