ISql100SpatialIndex.Tessellation 屬性

取得或設定索引的鑲嵌。

命名空間:  Microsoft.Data.Schema.Sql.SchemaModel
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
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)

屬性值

型別:Microsoft.Data.Schema.Sql.SchemaModel.SqlGridTessellation

.NET Framework 安全性

請參閱

參考

ISql100SpatialIndex 介面

Microsoft.Data.Schema.Sql.SchemaModel 命名空間