CreateSpatialIndexStatement.SpatialIndexingScheme – vlastnost
Získá nebo nastaví schéma prostorové indexu.
Obor názvů: Microsoft.Data.Schema.ScriptDom.Sql
Sestavení: Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Deklarace
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)
Hodnota vlastnosti
Typ: Microsoft.Data.Schema.ScriptDom.Sql.SpatialIndexingSchemeType
Vrátí SpatialIndexingSchemeType hodnotu výčtu.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.