Свойство CreateSpatialIndexStatement.SpatialIndexingScheme

Gets or sets the spatial index scheme.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property SpatialIndexingScheme As SpatialIndexingSchemeType 
    Get 
    Set
'Применение
Dim instance As CreateSpatialIndexStatement 
Dim value As SpatialIndexingSchemeType 

value = instance.SpatialIndexingScheme

instance.SpatialIndexingScheme = value
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.SpatialIndexingSchemeType
The spatial index scheme.

См. также

Справочник

CreateSpatialIndexStatement Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom