Condividi tramite


Proprietà CreateSpatialIndexStatement.SpatialIndexingScheme

Ottiene o imposta lo schema dell'indice spaziale.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.SpatialIndexingSchemeType
Restituisce un valore di enumerazione SpatialIndexingSchemeType.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CreateSpatialIndexStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql