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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.