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 グリッド)。 |