CreateSpatialIndexStatement.SpatialIndexingScheme (Propiedad)

Obtiene o establece el esquema del índice espacial.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.SpatialIndexingSchemeType
Devuelve un valor de enumeración SpatialIndexingSchemeType.

Seguridad de .NET Framework

Vea también

Referencia

CreateSpatialIndexStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)