Propriedade CreateSpatialIndexStatement.SpatialIndexingScheme

Obtém ou define o esquema de índice espacial.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.SpatialIndexingSchemeType
Retorna um SpatialIndexingSchemeType valor de enumeração.

Segurança do .NET Framework

Consulte também

Referência

CreateSpatialIndexStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql