Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Represents the types of spatial indexing scheme.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration SpatialIndexingSchemeType
'Usage
Dim instance As SpatialIndexingSchemeType
public enum SpatialIndexingSchemeType
public enum class SpatialIndexingSchemeType
type SpatialIndexingSchemeType
public enum SpatialIndexingSchemeType
Members
| Member name | Description | |
|---|---|---|
| GeographyAutoGrid | The Scheme is GeographyAutoGrid. | |
| GeographyGrid | The Scheme is GeographyGrid. | |
| GeometryAutoGrid | The Scheme is GeometryAutoGrid. | |
| GeometryGrid | The Scheme is GeometryGrid. | |
| None | The Scheme is None. |