Sdílet prostřednictvím


CreateSpatialIndexStatement.SpatialIndexingScheme – vlastnost

Získá nebo nastaví schéma prostorové indexu.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.SpatialIndexingSchemeType
Vrátí SpatialIndexingSchemeType hodnotu výčtu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

CreateSpatialIndexStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů