SqlGridTessellation 枚举

对空间索引中的网格分割进行建模。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
Public Enumeration SqlGridTessellation
public enum SqlGridTessellation
public enum class SqlGridTessellation
type SqlGridTessellation
public enum SqlGridTessellation

成员

成员名称 说明
None 指定不为此索引提供分割。
Geometry 指定为此索引提供几何分割。
Geography 指定已为此索引提供地理分割。

请参见

参考

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