Delen via


SpatialIndexRegularOption.Option Property

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

'Declaration
Public Property Option As IndexOption 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.IndexOption
The type of the option.

See Also

Reference

SpatialIndexRegularOption Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace