Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Enumerates possible spatial index types.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in Microsoft.SqlServer.SqlEnum.dll)
Syntax
'Declaration
Public Enumeration SpatialIndexType
'Usage
Dim instance As SpatialIndexType
public enum SpatialIndexType
public enum class SpatialIndexType
type SpatialIndexType
public enum SpatialIndexType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| GeographyAutoGrid | Specifies a spatial index type of GeographyAutoGrid. | |
| GeographyGrid | Specifies a spatial index type of geography. | |
| GeometryAutoGrid | Specifies a spatial index type of GeometryAutoGrid. | |
| GeometryGrid | Specifies a spatial index type of geometry. | |
| None | Specifies a spatial index type of none. |
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo-Namespace