Compartilhar via


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

Consulte também

Referência

ISql100SpatialIndex Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel