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 命名空间