Partager via


CreateSpatialIndexStatement.SpatialIndexingScheme, propriété

Obtient ou définit le schéma d'index spatial.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.SpatialIndexingSchemeType
Retourne une valeur d'énumération SpatialIndexingSchemeType.

Sécurité .NET Framework

Voir aussi

Référence

CreateSpatialIndexStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms