SqlDegree 列舉型別

模型化空間索引中的密度層級。

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

語法

'宣告
Public Enumeration SqlDegree
public enum SqlDegree
public enum class SqlDegree
type SqlDegree
public enum SqlDegree

成員

成員名稱 說明
Low 指定格線在所指定層級的最低可能密度。LOW 等於 16 個儲存格 (4x4 個格線)。
Medium 指定格線在所指定層級的中度可能密度。MEDIUM 等於 64 個儲存格 (8x8 個格線)。
High 指定格線在所指定層級的最高可能密度。HIGH 等於 256 個儲存格 (16x16 個格線)。

請參閱

參考

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