CreateSpatialIndexStatement.SpatialIndexingScheme-Eigenschaft

Ruft das Schema des räumlichen Indexes ab oder legt es fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property SpatialIndexingScheme As SpatialIndexingSchemeType
    Get
    Set
public SpatialIndexingSchemeType SpatialIndexingScheme { get; set; }
public:
property SpatialIndexingSchemeType SpatialIndexingScheme {
    SpatialIndexingSchemeType get ();
    void set (SpatialIndexingSchemeType value);
}
member SpatialIndexingScheme : SpatialIndexingSchemeType with get, set
function get SpatialIndexingScheme () : SpatialIndexingSchemeType
function set SpatialIndexingScheme (value : SpatialIndexingSchemeType)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.SpatialIndexingSchemeType
Gibt einen SpatialIndexingSchemeType-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

CreateSpatialIndexStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace