SpatialIndexRegularOption.Option Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the type of the option.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public IndexOption Option { get; set; }
public:
property IndexOption^ Option {
    IndexOption^ get();
    void set(IndexOption^ value);
}
member Option : IndexOption with get, set
Public Property Option As IndexOption

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.IndexOption

The type of the option.

See Also

SpatialIndexRegularOption Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top