SqlGridTessellation 열거형
공간 인덱스의 모눈 공간 분할(tessellation)을 모델링합니다.
네임스페이스: 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 | 이 인덱스에 대해 제공된 공간 분할(tessellation)이 없음을 지정합니다. | |
Geometry | 이 인덱스에 대해 기하학적 공간 분할(tessellation)이 제공되었음을 지정합니다. | |
Geography | 이 인덱스에 대해 지리적 공간 분할(tessellation)이 제공되었음을 지정합니다. |