Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.