CreateColumnStoreIndexStatement.IndexOptions Property

Gets a list of index options.

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

Syntax

'Declaration
Public ReadOnly Property IndexOptions As IList(Of IndexOption)
    Get
'Usage
Dim instance As CreateColumnStoreIndexStatement 
Dim value As IList(Of IndexOption)

value = instance.IndexOptions
public IList<IndexOption> IndexOptions { get; }
public:
property IList<IndexOption^>^ IndexOptions {
    IList<IndexOption^>^ get ();
}
member IndexOptions : IList<IndexOption>
function get IndexOptions () : IList<IndexOption>

Property Value

Type: System.Collections.Generic.IList<IndexOption>
The list of index options.

See Also

Reference

CreateColumnStoreIndexStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace