Свойство SpatialIndexRegularOption.Option

Gets or sets the type of the option.

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

Синтаксис

'Декларация
Public Property Option As IndexOption 
    Get 
    Set
'Применение
Dim instance As SpatialIndexRegularOption 
Dim value As IndexOption 

value = instance.Option

instance.Option = value
public IndexOption Option { get; set; }
public:
property IndexOption^ Option {
    IndexOption^ get ();
    void set (IndexOption^ value);
}
member Option : IndexOption with get, set
function get Option () : IndexOption 
function set Option (value : IndexOption)

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

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.IndexOption
The type of the option.

См. также

Справочник

SpatialIndexRegularOption Класс

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