Propriedade ISql100SpatialIndex.Tessellation
Obtém ou define o mosaico do índice.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
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)
Valor de propriedade
Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlGridTessellation
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.